Shades of Limeade #5DAB23
Tints of Limeade #5DAB23
RGB
CMYK
RGB Variations
Color information
#5DAB23 (or 0x5DAB23) is known color: Limeade. HEX triplet: 5D, AB and 23. RGB value is (93,171,35). Sum of RGB (Red+Green+Blue) = 93+171+35=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 171 (67.19% from 255 or 57.19% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAB23 is #A254DC. Grayscale: #848484. Windows color (decimal): -10638557 or 2337629. OLE color: 2337629.
HSL color Cylindrical-coordinate representation of color #5DAB23: hue angle of 94.41º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5DAB23 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 171 | 35 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.33 |
| HSL | 94.41º | 0.66% | 0.4% | - |
| HSV(B) | 94.41º | 0.8% | 0.67% | - |
| XYZ | 19.38 | 31.57 | 6.66 | - |
| YUV | 132.17 | 73.16 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 171 | 35 | 0.46 | 0 | 0.80 | 0.33 | 94.41 | 0.66 | 0.4 |
| Hex | 5D | AB | 23 | 2E | 0 | 50 | 21 | 5E | 42 | 28 |
| Octal | 135 | 253 | 43 | 56 | 0 | 120 | 41 | 136 | 102 | 50 |
| Binary | 1011101 | 10101011 | 100011 | 101110 | 0 | 1010000 | 100001 | 1011110 | 1000010 | 101000 |
Color Harmonies of #5DAB23
Complementary color
Monochromatic Colors of #5DAB23
Black with #5DAB23
Text Example
Text Example
White with #5DAB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAB23; }
p { color: rgb(93,171,35); }
H1.HeaderClassName
{
color: #5DAB23;
}
.AnyTagClassName
{
color: #5DAB23;
}
</style>
background-color css
<style>
a { background-color: #5DAB23; }
a { background-color: rgb(93,171,35); }
div.DivClassName
{
background-color: #5DAB23;
}
.BgClassName
{
background-color: #5DAB23;
}
</style>
border-color css
<style>
span { border-color: #5DAB23; }
span { border-color: rgb(93,171,35); }
td.TdClassName
{
border-color: #5DAB23;
}
.TagClassName
{
border-color: #5DAB23;
}
</style>