Shades of Kelly Green #66CE28
Tints of Kelly Green #66CE28
RGB
CMYK
RGB Variations
Color information
#66CE28 (or 0x66CE28) is known color: Kelly Green. HEX triplet: 66, CE and 28. RGB value is (102,206,40). Sum of RGB (Red+Green+Blue) = 102+206+40=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 206 (80.86% from 255 or 59.20% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 206 - color contains mainly: green. Hex color #66CE28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CE28 is #9931D7. Grayscale: #9C9C9C. Windows color (decimal): -10039768 or 2674278. OLE color: 2674278.
HSL color Cylindrical-coordinate representation of color #66CE28: hue angle of 97.59º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66CE28 is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 206 | 40 | - |
| CMYK | 0.50 | 0 | 0.81 | 0.19 |
| HSL | 97.59º | 0.67% | 0.48% | - |
| HSV(B) | 97.59º | 0.81% | 0.81% | - |
| XYZ | 27.93 | 47.12 | 9.63 | - |
| YUV | 155.98 | 62.54 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 40 | 0.50 | 0 | 0.81 | 0.19 | 97.59 | 0.67 | 0.48 |
| Hex | 66 | CE | 28 | 32 | 0 | 51 | 13 | 62 | 43 | 30 |
| Octal | 146 | 316 | 50 | 62 | 0 | 121 | 23 | 142 | 103 | 60 |
| Binary | 1100110 | 11001110 | 101000 | 110010 | 0 | 1010001 | 10011 | 1100010 | 1000011 | 110000 |
Color Harmonies of #66CE28
Complementary color
Monochromatic Colors of #66CE28
Black with #66CE28
Text Example
Text Example
White with #66CE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CE28; }
p { color: rgb(102,206,40); }
H1.HeaderClassName
{
color: #66CE28;
}
.AnyTagClassName
{
color: #66CE28;
}
</style>
background-color css
<style>
a { background-color: #66CE28; }
a { background-color: rgb(102,206,40); }
div.DivClassName
{
background-color: #66CE28;
}
.BgClassName
{
background-color: #66CE28;
}
</style>
border-color css
<style>
span { border-color: #66CE28; }
span { border-color: rgb(102,206,40); }
td.TdClassName
{
border-color: #66CE28;
}
.TagClassName
{
border-color: #66CE28;
}
</style>