Shades of Kelly Green #5DB125
Tints of Kelly Green #5DB125
RGB
CMYK
RGB Variations
Color information
#5DB125 (or 0x5DB125) is known color: Kelly Green. HEX triplet: 5D, B1 and 25. RGB value is (93,177,37). Sum of RGB (Red+Green+Blue) = 93+177+37=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 177 (69.53% from 255 or 57.65% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB125 is #A24EDA. Grayscale: #888888. Windows color (decimal): -10637019 or 2470237. OLE color: 2470237.
HSL color Cylindrical-coordinate representation of color #5DB125: hue angle of 96º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5DB125 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 177 | 37 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.31 |
| HSL | 96º | 0.65% | 0.42% | - |
| HSV(B) | 96º | 0.79% | 0.69% | - |
| XYZ | 20.57 | 33.91 | 7.21 | - |
| YUV | 135.92 | 72.17 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 37 | 0.47 | 0 | 0.79 | 0.31 | 96 | 0.65 | 0.42 |
| Hex | 5D | B1 | 25 | 2F | 0 | 4F | 1F | 60 | 41 | 2A |
| Octal | 135 | 261 | 45 | 57 | 0 | 117 | 37 | 140 | 101 | 52 |
| Binary | 1011101 | 10110001 | 100101 | 101111 | 0 | 1001111 | 11111 | 1100000 | 1000001 | 101010 |
Color Harmonies of #5DB125
Complementary color
Monochromatic Colors of #5DB125
Black with #5DB125
Text Example
Text Example
White with #5DB125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB125; }
p { color: rgb(93,177,37); }
H1.HeaderClassName
{
color: #5DB125;
}
.AnyTagClassName
{
color: #5DB125;
}
</style>
background-color css
<style>
a { background-color: #5DB125; }
a { background-color: rgb(93,177,37); }
div.DivClassName
{
background-color: #5DB125;
}
.BgClassName
{
background-color: #5DB125;
}
</style>
border-color css
<style>
span { border-color: #5DB125; }
span { border-color: rgb(93,177,37); }
td.TdClassName
{
border-color: #5DB125;
}
.TagClassName
{
border-color: #5DB125;
}
</style>