#66CD0A

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

Shades of Kelly Green #66CD0A

Tints of Kelly Green #66CD0A

Color information

#66CD0A (or 0x66CD0A) is unknown color: approx Kelly Green. HEX triplet: 66, CD and 0A. RGB value is (102,205,10). Sum of RGB (Red+Green+Blue) = 102+205+10=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 205 (80.47% from 255 or 64.67% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66CD0A is #9932F5. Grayscale: #989898. Windows color (decimal): -10040054 or 707942. OLE color: 707942.

HSL color Cylindrical-coordinate representation of color #66CD0A: hue angle of 91.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #66CD0A is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB10220510-
CMYK0.5000.950.20
HSL91.69º90.7%42.16%-
HSV(B)91.69º95.12%80.39%-
XYZ27.3746.517.82-
YUV151.9747.8892.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 205 (80.47% from 255) = 64.67%
BLUE value IS 10 (4.30% from 255) = 3.15%
R=32.18%
G=64.67%
B=3.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102205100.5000.950.2091.6990.742.16
Hex66CDA3205F145c5b2a
Octal146315126201372413413352
Binary1100110110011011010110010010111111010010111001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CD0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,205,10); }

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

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

 a { background-color: rgb(102,205,10); }

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

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

 span { border-color: rgb(102,205,10); }

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