Shades of Kelly Green #5DBA00
Tints of Kelly Green #5DBA00
RGB
CMYK
RGB Variations
Color information
#5DBA00 (or 0x5DBA00) is known color: Kelly Green. HEX triplet: 5D, BA and 00. RGB value is (93,186,0). Sum of RGB (Red+Green+Blue) = 93+186+0=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 186 (73.05% from 255 or 66.67% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBA00 is #A245FF. Grayscale: #898989. Windows color (decimal): -10634752 or 47709. OLE color: 47709.
HSL color Cylindrical-coordinate representation of color #5DBA00: hue angle of 90º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DBA00 is Cyan = 0.5, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 0 | - |
| CMYK | 0.5 | 0 | 1 | 0.27 |
| HSL | 90º | 1% | 0.36% | - |
| HSV(B) | 90º | 1% | 0.73% | - |
| XYZ | 22.07 | 37.44 | 6.06 | - |
| YUV | 136.99 | 50.69 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 0 | 0.5 | 0 | 1 | 0.27 | 90 | 1 | 0.36 |
| Hex | 5D | BA | 0 | 32 | 0 | 64 | 1B | 5A | 64 | 24 |
| Octal | 135 | 272 | 0 | 62 | 0 | 144 | 33 | 132 | 144 | 44 |
| Binary | 1011101 | 10111010 | 0 | 110010 | 0 | 1100100 | 11011 | 1011010 | 1100100 | 100100 |
Color Harmonies of #5DBA00
Complementary color
Monochromatic Colors of #5DBA00
Black with #5DBA00
Text Example
Text Example
White with #5DBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBA00; }
p { color: rgb(93,186,0); }
H1.HeaderClassName
{
color: #5DBA00;
}
.AnyTagClassName
{
color: #5DBA00;
}
</style>
background-color css
<style>
a { background-color: #5DBA00; }
a { background-color: rgb(93,186,0); }
div.DivClassName
{
background-color: #5DBA00;
}
.BgClassName
{
background-color: #5DBA00;
}
</style>
border-color css
<style>
span { border-color: #5DBA00; }
span { border-color: rgb(93,186,0); }
td.TdClassName
{
border-color: #5DBA00;
}
.TagClassName
{
border-color: #5DBA00;
}
</style>