#66D619

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

Shades of Kelly Green #66D619

Tints of Kelly Green #66D619

Color information

#66D619 (or 0x66D619) is unknown color: approx Kelly Green. HEX triplet: 66, D6 and 19. RGB value is (102,214,25). Sum of RGB (Red+Green+Blue) = 102+214+25=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 214 (83.98% from 255 or 62.76% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 214 - color contains mainly: green. Hex color #66D619 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D619 is #9929E6. Grayscale: #9F9F9F. Windows color (decimal): -10037735 or 1693286. OLE color: 1693286.

HSL color Cylindrical-coordinate representation of color #66D619: hue angle of 95.56º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66D619 is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB10221425-
CMYK0.5200.880.16
HSL95.56º79.08%46.86%-
HSV(B)95.56º88.32%83.92%-
XYZ29.750.999.2-
YUV158.9752.3987.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.91%
GREEN value IS 214 (83.98% from 255) = 62.76%
BLUE value IS 25 (10.16% from 255) = 7.33%
R=29.91%
G=62.76%
B=7.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal102214250.5200.880.1695.5679.0846.86
Hex66D6193405810604f2f
Octal146326316401302014011757
Binary11001101101011011001110100010110001000011000001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,214,25); }

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

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

 a { background-color: rgb(102,214,25); }

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

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

 span { border-color: rgb(102,214,25); }

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