#66D916

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

Shades of Kelly Green #66D916

Tints of Kelly Green #66D916

Color information

#66D916 (or 0x66D916) is unknown color: approx Kelly Green. HEX triplet: 66, D9 and 16. RGB value is (102,217,22). Sum of RGB (Red+Green+Blue) = 102+217+22=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 217 (85.16% from 255 or 63.64% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 217 - color contains mainly: green. Hex color #66D916 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D916 is #9926E9. Grayscale: #A1A1A1. Windows color (decimal): -10036970 or 1497446. OLE color: 1497446.

HSL color Cylindrical-coordinate representation of color #66D916: hue angle of 95.38º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66D916 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB10221722-
CMYK0.5300.900.15
HSL95.38º81.59%46.86%-
HSV(B)95.38º89.86%85.1%-
XYZ30.4452.519.29-
YUV160.3849.986.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.91%
GREEN value IS 217 (85.16% from 255) = 63.64%
BLUE value IS 22 (8.98% from 255) = 6.45%
R=29.91%
G=63.64%
B=6.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal102217220.5300.900.1595.3881.5946.86
Hex66D9163505AF5f522f
Octal146331266501321713712257
Binary1100110110110011011011010101011010111110111111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,217,22); }

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

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

 a { background-color: rgb(102,217,22); }

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

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

 span { border-color: rgb(102,217,22); }

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