Shades of Kelly Green #5DB400
Tints of Kelly Green #5DB400
RGB
CMYK
RGB Variations
Color information
#5DB400 (or 0x5DB400) is known color: Kelly Green. HEX triplet: 5D, B4 and 00. RGB value is (93,180,0). Sum of RGB (Red+Green+Blue) = 93+180+0=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 180 (70.70% from 255 or 65.93% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DB400 is #A24BFF. Grayscale: #868686. Windows color (decimal): -10636288 or 46173. OLE color: 46173.
HSL color Cylindrical-coordinate representation of color #5DB400: hue angle of 89º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DB400 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 0 | - |
| CMYK | 0.48 | 0 | 1 | 0.29 |
| HSL | 89º | 1% | 0.35% | - |
| HSV(B) | 89º | 1% | 0.71% | - |
| XYZ | 20.84 | 34.97 | 5.65 | - |
| YUV | 133.47 | 52.68 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 0 | 0.48 | 0 | 1 | 0.29 | 89 | 1 | 0.35 |
| Hex | 5D | B4 | 0 | 30 | 0 | 64 | 1D | 59 | 64 | 23 |
| Octal | 135 | 264 | 0 | 60 | 0 | 144 | 35 | 131 | 144 | 43 |
| Binary | 1011101 | 10110100 | 0 | 110000 | 0 | 1100100 | 11101 | 1011001 | 1100100 | 100011 |
Color Harmonies of #5DB400
Complementary color
Monochromatic Colors of #5DB400
Black with #5DB400
Text Example
Text Example
White with #5DB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB400; }
p { color: rgb(93,180,0); }
H1.HeaderClassName
{
color: #5DB400;
}
.AnyTagClassName
{
color: #5DB400;
}
</style>
background-color css
<style>
a { background-color: #5DB400; }
a { background-color: rgb(93,180,0); }
div.DivClassName
{
background-color: #5DB400;
}
.BgClassName
{
background-color: #5DB400;
}
</style>
border-color css
<style>
span { border-color: #5DB400; }
span { border-color: rgb(93,180,0); }
td.TdClassName
{
border-color: #5DB400;
}
.TagClassName
{
border-color: #5DB400;
}
</style>