Shades of Kelly Green #5DBD25
Tints of Kelly Green #5DBD25
RGB
CMYK
RGB Variations
Color information
#5DBD25 (or 0x5DBD25) is known color: Kelly Green. HEX triplet: 5D, BD and 25. RGB value is (93,189,37). Sum of RGB (Red+Green+Blue) = 93+189+37=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 189 (74.22% from 255 or 59.25% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBD25 is #A242DA. Grayscale: #8F8F8F. Windows color (decimal): -10633947 or 2473309. OLE color: 2473309.
HSL color Cylindrical-coordinate representation of color #5DBD25: hue angle of 97.89º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5DBD25 is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 37 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.26 |
| HSL | 97.89º | 0.67% | 0.44% | - |
| HSV(B) | 97.89º | 0.8% | 0.74% | - |
| XYZ | 23.05 | 38.86 | 8.04 | - |
| YUV | 142.97 | 68.2 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 37 | 0.51 | 0 | 0.80 | 0.26 | 97.89 | 0.67 | 0.44 |
| Hex | 5D | BD | 25 | 33 | 0 | 50 | 1A | 62 | 43 | 2C |
| Octal | 135 | 275 | 45 | 63 | 0 | 120 | 32 | 142 | 103 | 54 |
| Binary | 1011101 | 10111101 | 100101 | 110011 | 0 | 1010000 | 11010 | 1100010 | 1000011 | 101100 |
Color Harmonies of #5DBD25
Complementary color
Monochromatic Colors of #5DBD25
Black with #5DBD25
Text Example
Text Example
White with #5DBD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD25; }
p { color: rgb(93,189,37); }
H1.HeaderClassName
{
color: #5DBD25;
}
.AnyTagClassName
{
color: #5DBD25;
}
</style>
background-color css
<style>
a { background-color: #5DBD25; }
a { background-color: rgb(93,189,37); }
div.DivClassName
{
background-color: #5DBD25;
}
.BgClassName
{
background-color: #5DBD25;
}
</style>
border-color css
<style>
span { border-color: #5DBD25; }
span { border-color: rgb(93,189,37); }
td.TdClassName
{
border-color: #5DBD25;
}
.TagClassName
{
border-color: #5DBD25;
}
</style>