Shades of Limeade #5D9A25
Tints of Limeade #5D9A25
RGB
CMYK
RGB Variations
Color information
#5D9A25 (or 0x5D9A25) is known color: Limeade. HEX triplet: 5D, 9A and 25. RGB value is (93,154,37). Sum of RGB (Red+Green+Blue) = 93+154+37=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 154 (60.55% from 255 or 54.23% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 154 - color contains mainly: green. Hex color #5D9A25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9A25 is #A265DA. Grayscale: #7A7A7A. Windows color (decimal): -10642907 or 2464349. OLE color: 2464349.
HSL color Cylindrical-coordinate representation of color #5D9A25: hue angle of 91.28º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D9A25 is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 154 | 37 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.40 |
| HSL | 91.28º | 0.61% | 0.37% | - |
| HSV(B) | 91.28º | 0.76% | 0.6% | - |
| XYZ | 16.4 | 25.57 | 5.82 | - |
| YUV | 122.42 | 79.79 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 154 | 37 | 0.40 | 0 | 0.76 | 0.40 | 91.28 | 0.61 | 0.37 |
| Hex | 5D | 9A | 25 | 28 | 0 | 4C | 28 | 5B | 3D | 25 |
| Octal | 135 | 232 | 45 | 50 | 0 | 114 | 50 | 133 | 75 | 45 |
| Binary | 1011101 | 10011010 | 100101 | 101000 | 0 | 1001100 | 101000 | 1011011 | 111101 | 100101 |
Color Harmonies of #5D9A25
Complementary color
Monochromatic Colors of #5D9A25
Black with #5D9A25
Text Example
Text Example
White with #5D9A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9A25; }
p { color: rgb(93,154,37); }
H1.HeaderClassName
{
color: #5D9A25;
}
.AnyTagClassName
{
color: #5D9A25;
}
</style>
background-color css
<style>
a { background-color: #5D9A25; }
a { background-color: rgb(93,154,37); }
div.DivClassName
{
background-color: #5D9A25;
}
.BgClassName
{
background-color: #5D9A25;
}
</style>
border-color css
<style>
span { border-color: #5D9A25; }
span { border-color: rgb(93,154,37); }
td.TdClassName
{
border-color: #5D9A25;
}
.TagClassName
{
border-color: #5D9A25;
}
</style>