Shades of Kelly Green #5DB407
Tints of Kelly Green #5DB407
RGB
CMYK
RGB Variations
Color information
#5DB407 (or 0x5DB407) is known color: Kelly Green. HEX triplet: 5D, B4 and 07. RGB value is (93,180,7). Sum of RGB (Red+Green+Blue) = 93+180+7=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 180 (70.70% from 255 or 64.29% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB407 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DB407 is #A24BF8. Grayscale: #868686. Windows color (decimal): -10636281 or 504925. OLE color: 504925.
HSL color Cylindrical-coordinate representation of color #5DB407: hue angle of 90.17º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5DB407 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 7 | - |
| CMYK | 0.48 | 0 | 0.96 | 0.29 |
| HSL | 90.17º | 0.93% | 0.37% | - |
| HSV(B) | 90.17º | 0.96% | 0.71% | - |
| XYZ | 20.87 | 34.99 | 5.85 | - |
| YUV | 134.27 | 56.18 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 7 | 0.48 | 0 | 0.96 | 0.29 | 90.17 | 0.93 | 0.37 |
| Hex | 5D | B4 | 7 | 30 | 0 | 60 | 1D | 5A | 5D | 25 |
| Octal | 135 | 264 | 7 | 60 | 0 | 140 | 35 | 132 | 135 | 45 |
| Binary | 1011101 | 10110100 | 111 | 110000 | 0 | 1100000 | 11101 | 1011010 | 1011101 | 100101 |
Color Harmonies of #5DB407
Complementary color
Monochromatic Colors of #5DB407
Black with #5DB407
Text Example
Text Example
White with #5DB407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB407; }
p { color: rgb(93,180,7); }
H1.HeaderClassName
{
color: #5DB407;
}
.AnyTagClassName
{
color: #5DB407;
}
</style>
background-color css
<style>
a { background-color: #5DB407; }
a { background-color: rgb(93,180,7); }
div.DivClassName
{
background-color: #5DB407;
}
.BgClassName
{
background-color: #5DB407;
}
</style>
border-color css
<style>
span { border-color: #5DB407; }
span { border-color: rgb(93,180,7); }
td.TdClassName
{
border-color: #5DB407;
}
.TagClassName
{
border-color: #5DB407;
}
</style>