Shades of Kelly Green #66D508
Tints of Kelly Green #66D508
RGB
CMYK
RGB Variations
Color information
#66D508 (or 0x66D508) is known color: Kelly Green. HEX triplet: 66, D5 and 08. RGB value is (102,213,8). Sum of RGB (Red+Green+Blue) = 102+213+8=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 213 (83.59% from 255 or 65.94% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 213 - color contains mainly: green. Hex color #66D508 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D508 is #992AF7. Grayscale: #9D9D9D. Windows color (decimal): -10038008 or 578918. OLE color: 578918.
HSL color Cylindrical-coordinate representation of color #66D508: hue angle of 92.49º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66D508 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 213 | 8 | - |
| CMYK | 0.52 | 0 | 0.96 | 0.16 |
| HSL | 92.49º | 0.93% | 0.43% | - |
| HSV(B) | 92.49º | 0.96% | 0.84% | - |
| XYZ | 29.32 | 50.43 | 8.42 | - |
| YUV | 156.44 | 44.23 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 213 | 8 | 0.52 | 0 | 0.96 | 0.16 | 92.49 | 0.93 | 0.43 |
| Hex | 66 | D5 | 8 | 34 | 0 | 60 | 10 | 5C | 5D | 2B |
| Octal | 146 | 325 | 10 | 64 | 0 | 140 | 20 | 134 | 135 | 53 |
| Binary | 1100110 | 11010101 | 1000 | 110100 | 0 | 1100000 | 10000 | 1011100 | 1011101 | 101011 |
Color Harmonies of #66D508
Complementary color
Monochromatic Colors of #66D508
Black with #66D508
Text Example
Text Example
White with #66D508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D508; }
p { color: rgb(102,213,8); }
H1.HeaderClassName
{
color: #66D508;
}
.AnyTagClassName
{
color: #66D508;
}
</style>
background-color css
<style>
a { background-color: #66D508; }
a { background-color: rgb(102,213,8); }
div.DivClassName
{
background-color: #66D508;
}
.BgClassName
{
background-color: #66D508;
}
</style>
border-color css
<style>
span { border-color: #66D508; }
span { border-color: rgb(102,213,8); }
td.TdClassName
{
border-color: #66D508;
}
.TagClassName
{
border-color: #66D508;
}
</style>