#66E004

Color #66E004 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #66E004

Tints of Bright Green #66E004

Color information

#66E004 (or 0x66E004) is unknown color: approx Bright Green. HEX triplet: 66, E0 and 04. RGB value is (102,224,4). Sum of RGB (Red+Green+Blue) = 102+224+4=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 224 (87.89% from 255 or 67.88% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 224 - color contains mainly: green. Hex color #66E004 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66E004 is #991FFB. Grayscale: #A3A3A3. Windows color (decimal): -10035196 or 319590. OLE color: 319590.

HSL color Cylindrical-coordinate representation of color #66E004: hue angle of 93.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66E004 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB1022244-
CMYK0.5400.980.12
HSL93.27º96.49%44.71%-
HSV(B)93.27º98.21%87.84%-
XYZ32.1656.149.26-
YUV162.4438.5884.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.91%
GREEN value IS 224 (87.89% from 255) = 67.88%
BLUE value IS 4 (1.95% from 255) = 1.21%
R=30.91%
G=67.88%
B=1.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal10222440.5400.980.1293.2796.4944.71
Hex66E0436062C5d602d
Octal14634046601421413514055
Binary11001101110000010011011001100010110010111011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66E004; }

 p { color: rgb(102,224,4); }

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

<style>
 a { background-color: #66E004; }

 a { background-color: rgb(102,224,4); }

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

<style>
 span { border-color: #66E004; }

 span { border-color: rgb(102,224,4); }

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