Shades of Kelly Green #5DB016
Tints of Kelly Green #5DB016
RGB
CMYK
RGB Variations
Color information
#5DB016 (or 0x5DB016) is known color: Kelly Green. HEX triplet: 5D, B0 and 16. RGB value is (93,176,22). Sum of RGB (Red+Green+Blue) = 93+176+22=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 176 (69.14% from 255 or 60.48% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DB016 is #A24FE9. Grayscale: #868686. Windows color (decimal): -10637290 or 1486941. OLE color: 1486941.
HSL color Cylindrical-coordinate representation of color #5DB016: hue angle of 92.34º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5DB016 is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 22 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.31 |
| HSL | 92.34º | 0.78% | 0.39% | - |
| HSV(B) | 92.34º | 0.88% | 0.69% | - |
| XYZ | 20.18 | 33.44 | 6.15 | - |
| YUV | 133.63 | 65 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 22 | 0.47 | 0 | 0.88 | 0.31 | 92.34 | 0.78 | 0.39 |
| Hex | 5D | B0 | 16 | 2F | 0 | 58 | 1F | 5C | 4E | 27 |
| Octal | 135 | 260 | 26 | 57 | 0 | 130 | 37 | 134 | 116 | 47 |
| Binary | 1011101 | 10110000 | 10110 | 101111 | 0 | 1011000 | 11111 | 1011100 | 1001110 | 100111 |
Color Harmonies of #5DB016
Complementary color
Monochromatic Colors of #5DB016
Black with #5DB016
Text Example
Text Example
White with #5DB016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB016; }
p { color: rgb(93,176,22); }
H1.HeaderClassName
{
color: #5DB016;
}
.AnyTagClassName
{
color: #5DB016;
}
</style>
background-color css
<style>
a { background-color: #5DB016; }
a { background-color: rgb(93,176,22); }
div.DivClassName
{
background-color: #5DB016;
}
.BgClassName
{
background-color: #5DB016;
}
</style>
border-color css
<style>
span { border-color: #5DB016; }
span { border-color: rgb(93,176,22); }
td.TdClassName
{
border-color: #5DB016;
}
.TagClassName
{
border-color: #5DB016;
}
</style>