Shades of Kelly Green #5DB008
Tints of Kelly Green #5DB008
RGB
CMYK
RGB Variations
Color information
#5DB008 (or 0x5DB008) is known color: Kelly Green. HEX triplet: 5D, B0 and 08. RGB value is (93,176,8). Sum of RGB (Red+Green+Blue) = 93+176+8=277 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.57% from 277); Green value is 176 (69.14% from 255 or 63.54% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DB008 is #A24FF7. Grayscale: #848484. Windows color (decimal): -10637304 or 569437. OLE color: 569437.
HSL color Cylindrical-coordinate representation of color #5DB008: hue angle of 89.64º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5DB008 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 8 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.31 |
| HSL | 89.64º | 0.91% | 0.36% | - |
| HSV(B) | 89.64º | 0.95% | 0.69% | - |
| XYZ | 20.08 | 33.4 | 5.62 | - |
| YUV | 132.03 | 58 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 8 | 0.47 | 0 | 0.95 | 0.31 | 89.64 | 0.91 | 0.36 |
| Hex | 5D | B0 | 8 | 2F | 0 | 5F | 1F | 5A | 5B | 24 |
| Octal | 135 | 260 | 10 | 57 | 0 | 137 | 37 | 132 | 133 | 44 |
| Binary | 1011101 | 10110000 | 1000 | 101111 | 0 | 1011111 | 11111 | 1011010 | 1011011 | 100100 |
Color Harmonies of #5DB008
Complementary color
Monochromatic Colors of #5DB008
Black with #5DB008
Text Example
Text Example
White with #5DB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB008; }
p { color: rgb(93,176,8); }
H1.HeaderClassName
{
color: #5DB008;
}
.AnyTagClassName
{
color: #5DB008;
}
</style>
background-color css
<style>
a { background-color: #5DB008; }
a { background-color: rgb(93,176,8); }
div.DivClassName
{
background-color: #5DB008;
}
.BgClassName
{
background-color: #5DB008;
}
</style>
border-color css
<style>
span { border-color: #5DB008; }
span { border-color: rgb(93,176,8); }
td.TdClassName
{
border-color: #5DB008;
}
.TagClassName
{
border-color: #5DB008;
}
</style>