Shades of Kelly Green #60D808
Tints of Kelly Green #60D808
RGB
CMYK
RGB Variations
Color information
#60D808 (or 0x60D808) is known color: Kelly Green. HEX triplet: 60, D8 and 08. RGB value is (96,216,8). Sum of RGB (Red+Green+Blue) = 96+216+8=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 216 (84.77% from 255 or 67.5% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 216 - color contains mainly: green. Hex color #60D808 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60D808 is #9F27F7. Grayscale: #9D9D9D. Windows color (decimal): -10430456 or 579680. OLE color: 579680.
HSL color Cylindrical-coordinate representation of color #60D808: hue angle of 94.62º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60D808 is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 216 | 8 | - |
| CMYK | 0.56 | 0 | 0.96 | 0.15 |
| HSL | 94.62º | 0.93% | 0.44% | - |
| HSV(B) | 94.62º | 0.96% | 0.85% | - |
| XYZ | 29.42 | 51.62 | 8.64 | - |
| YUV | 156.41 | 44.24 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 216 | 8 | 0.56 | 0 | 0.96 | 0.15 | 94.62 | 0.93 | 0.44 |
| Hex | 60 | D8 | 8 | 38 | 0 | 60 | F | 5F | 5D | 2C |
| Octal | 140 | 330 | 10 | 70 | 0 | 140 | 17 | 137 | 135 | 54 |
| Binary | 1100000 | 11011000 | 1000 | 111000 | 0 | 1100000 | 1111 | 1011111 | 1011101 | 101100 |
Color Harmonies of #60D808
Complementary color
Monochromatic Colors of #60D808
Black with #60D808
Text Example
Text Example
White with #60D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D808; }
p { color: rgb(96,216,8); }
H1.HeaderClassName
{
color: #60D808;
}
.AnyTagClassName
{
color: #60D808;
}
</style>
background-color css
<style>
a { background-color: #60D808; }
a { background-color: rgb(96,216,8); }
div.DivClassName
{
background-color: #60D808;
}
.BgClassName
{
background-color: #60D808;
}
</style>
border-color css
<style>
span { border-color: #60D808; }
span { border-color: rgb(96,216,8); }
td.TdClassName
{
border-color: #60D808;
}
.TagClassName
{
border-color: #60D808;
}
</style>