#66E32C

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

Shades of Kelly Green #66E32C

Tints of Kelly Green #66E32C

Color information

#66E32C (or 0x66E32C) is unknown color: approx Kelly Green. HEX triplet: 66, E3 and 2C. RGB value is (102,227,44). Sum of RGB (Red+Green+Blue) = 102+227+44=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 227 (89.06% from 255 or 60.86% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 227 - color contains mainly: green. Hex color #66E32C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66E32C is #991CD3. Grayscale: #A9A9A9. Windows color (decimal): -10034388 or 2941798. OLE color: 2941798.

HSL color Cylindrical-coordinate representation of color #66E32C: hue angle of 100.98º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66E32C is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB10222744-
CMYK0.5500.810.11
HSL100.98º76.57%53.14%-
HSV(B)100.98º80.62%89.02%-
XYZ33.457.9411.81-
YUV168.7657.5980.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 227 (89.06% from 255) = 60.86%
BLUE value IS 44 (17.58% from 255) = 11.80%
R=27.35%
G=60.86%
B=11.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal102227440.5500.810.11100.9876.5753.14
Hex66E32C37051B654d35
Octal146343546701211314511565
Binary11001101110001110110011011101010001101111001011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,227,44); }

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

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

 a { background-color: rgb(102,227,44); }

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

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

 span { border-color: rgb(102,227,44); }

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