Shades of Kelly Green #5DBC0F
Tints of Kelly Green #5DBC0F
RGB
CMYK
RGB Variations
Color information
#5DBC0F (or 0x5DBC0F) is known color: Kelly Green. HEX triplet: 5D, BC and 0F. RGB value is (93,188,15). Sum of RGB (Red+Green+Blue) = 93+188+15=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBC0F is #A243F0. Grayscale: #8C8C8C. Windows color (decimal): -10634225 or 1031261. OLE color: 1031261.
HSL color Cylindrical-coordinate representation of color #5DBC0F: hue angle of 92.95º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5DBC0F is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 15 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.26 |
| HSL | 92.95º | 0.85% | 0.4% | - |
| HSV(B) | 92.95º | 0.92% | 0.74% | - |
| XYZ | 22.58 | 38.33 | 6.66 | - |
| YUV | 139.87 | 57.53 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 15 | 0.51 | 0 | 0.92 | 0.26 | 92.95 | 0.85 | 0.4 |
| Hex | 5D | BC | F | 33 | 0 | 5C | 1A | 5D | 55 | 28 |
| Octal | 135 | 274 | 17 | 63 | 0 | 134 | 32 | 135 | 125 | 50 |
| Binary | 1011101 | 10111100 | 1111 | 110011 | 0 | 1011100 | 11010 | 1011101 | 1010101 | 101000 |
Color Harmonies of #5DBC0F
Complementary color
Monochromatic Colors of #5DBC0F
Black with #5DBC0F
Text Example
Text Example
White with #5DBC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBC0F; }
p { color: rgb(93,188,15); }
H1.HeaderClassName
{
color: #5DBC0F;
}
.AnyTagClassName
{
color: #5DBC0F;
}
</style>
background-color css
<style>
a { background-color: #5DBC0F; }
a { background-color: rgb(93,188,15); }
div.DivClassName
{
background-color: #5DBC0F;
}
.BgClassName
{
background-color: #5DBC0F;
}
</style>
border-color css
<style>
span { border-color: #5DBC0F; }
span { border-color: rgb(93,188,15); }
td.TdClassName
{
border-color: #5DBC0F;
}
.TagClassName
{
border-color: #5DBC0F;
}
</style>