#66E02D

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

Shades of Kelly Green #66E02D

Tints of Kelly Green #66E02D

Color information

#66E02D (or 0x66E02D) is unknown color: approx Kelly Green. HEX triplet: 66, E0 and 2D. RGB value is (102,224,45). Sum of RGB (Red+Green+Blue) = 102+224+45=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 224 (87.89% from 255 or 60.38% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 224 - color contains mainly: green. Hex color #66E02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66E02D is #991FD2. Grayscale: #A7A7A7. Windows color (decimal): -10035155 or 3006566. OLE color: 3006566.

HSL color Cylindrical-coordinate representation of color #66E02D: hue angle of 100.89º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66E02D is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB10222445-
CMYK0.5400.800.12
HSL100.89º74.27%52.75%-
HSV(B)100.89º79.91%87.84%-
XYZ32.6156.3311.64-
YUV167.1259.0881.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 224 (87.89% from 255) = 60.38%
BLUE value IS 45 (17.97% from 255) = 12.13%
R=27.49%
G=60.38%
B=12.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal102224450.5400.800.12100.8974.2752.75
Hex66E02D36050C654a35
Octal146340556601201414511265
Binary11001101110000010110111011001010000110011001011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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