#6AFD64

Color #6AFD64 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #6AFD64

Tints of Screamin' Green #6AFD64

Color information

#6AFD64 (or 0x6AFD64) is unknown color: approx Screamin' Green. HEX triplet: 6A, FD and 64. RGB value is (106,253,100). Sum of RGB (Red+Green+Blue) = 106+253+100=459 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.09% from 459); Green value is 253 (99.22% from 255 or 55.12% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFD64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFD64 is #95029B. Grayscale: #C0C0C0. Windows color (decimal): -9765532 or 6618474. OLE color: 6618474.

HSL color Cylindrical-coordinate representation of color #6AFD64: hue angle of 117.65º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6AFD64 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB106253100-
CMYK0.5800.600.01
HSL117.65º97.45%69.22%-
HSV(B)117.65º60.47%99.22%-
XYZ43.3774.2324.1-
YUV191.676.366.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 23.09%
GREEN value IS 253 (99.22% from 255) = 55.12%
BLUE value IS 100 (39.45% from 255) = 21.79%
R=23.09%
G=55.12%
B=21.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062531000.5800.600.01117.6597.4569.22
Hex6AFD643A03C1766145
Octal152375144720741166141105
Binary110101011111101110010011101001111001111011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AFD64; }

 p { color: rgb(106,253,100); }

 H1.HeaderClassName
 {
   color: #6AFD64;
 }
 .AnyTagClassName
 {
   color: #6AFD64;
 }
</style>
background-color css

<style>
 a { background-color: #6AFD64; }

 a { background-color: rgb(106,253,100); }

 div.DivClassName
 {
   background-color: #6AFD64;
 }
 .BgClassName
 {
   background-color: #6AFD64;
 }
</style>
border-color css

<style>
 span { border-color: #6AFD64; }

 span { border-color: rgb(106,253,100); }

 td.TdClassName
 {
   border-color: #6AFD64;
 }
 .TagClassName
 {
   border-color: #6AFD64;
 }
</style>