#66DA15

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

Shades of Kelly Green #66DA15

Tints of Kelly Green #66DA15

Color information

#66DA15 (or 0x66DA15) is unknown color: approx Kelly Green. HEX triplet: 66, DA and 15. RGB value is (102,218,21). Sum of RGB (Red+Green+Blue) = 102+218+21=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 218 (85.55% from 255 or 63.93% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66DA15 is #9925EA. Grayscale: #A1A1A1. Windows color (decimal): -10036715 or 1432166. OLE color: 1432166.

HSL color Cylindrical-coordinate representation of color #66DA15: hue angle of 95.33º 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 #66DA15 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB10221821-
CMYK0.5300.900.15
HSL95.33º82.43%46.86%-
HSV(B)95.33º90.37%85.49%-
XYZ30.6953.029.33-
YUV160.8649.0786.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.91%
GREEN value IS 218 (85.55% from 255) = 63.93%
BLUE value IS 21 (8.59% from 255) = 6.16%
R=29.91%
G=63.93%
B=6.16%

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
Decimal102218210.5300.900.1595.3382.4346.86
Hex66DA153505AF5f522f
Octal146332256501321713712257
Binary1100110110110101010111010101011010111110111111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,218,21); }

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

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

 a { background-color: rgb(102,218,21); }

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

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

 span { border-color: rgb(102,218,21); }

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