Shades of Kelly Green #5DBA25
Tints of Kelly Green #5DBA25
RGB
CMYK
RGB Variations
Color information
#5DBA25 (or 0x5DBA25) is known color: Kelly Green. HEX triplet: 5D, BA and 25. RGB value is (93,186,37). Sum of RGB (Red+Green+Blue) = 93+186+37=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBA25 is #A245DA. Grayscale: #8D8D8D. Windows color (decimal): -10634715 or 2472541. OLE color: 2472541.
HSL color Cylindrical-coordinate representation of color #5DBA25: hue angle of 97.45º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5DBA25 is Cyan = 0.5, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 37 | - |
| CMYK | 0.5 | 0 | 0.80 | 0.27 |
| HSL | 97.45º | 0.67% | 0.44% | - |
| HSV(B) | 97.45º | 0.8% | 0.73% | - |
| XYZ | 22.41 | 37.58 | 7.82 | - |
| YUV | 141.21 | 69.19 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 37 | 0.5 | 0 | 0.80 | 0.27 | 97.45 | 0.67 | 0.44 |
| Hex | 5D | BA | 25 | 32 | 0 | 50 | 1B | 61 | 43 | 2C |
| Octal | 135 | 272 | 45 | 62 | 0 | 120 | 33 | 141 | 103 | 54 |
| Binary | 1011101 | 10111010 | 100101 | 110010 | 0 | 1010000 | 11011 | 1100001 | 1000011 | 101100 |
Color Harmonies of #5DBA25
Complementary color
Monochromatic Colors of #5DBA25
Black with #5DBA25
Text Example
Text Example
White with #5DBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBA25; }
p { color: rgb(93,186,37); }
H1.HeaderClassName
{
color: #5DBA25;
}
.AnyTagClassName
{
color: #5DBA25;
}
</style>
background-color css
<style>
a { background-color: #5DBA25; }
a { background-color: rgb(93,186,37); }
div.DivClassName
{
background-color: #5DBA25;
}
.BgClassName
{
background-color: #5DBA25;
}
</style>
border-color css
<style>
span { border-color: #5DBA25; }
span { border-color: rgb(93,186,37); }
td.TdClassName
{
border-color: #5DBA25;
}
.TagClassName
{
border-color: #5DBA25;
}
</style>