Shades of Limeade #5D9B1C
Tints of Limeade #5D9B1C
RGB
CMYK
RGB Variations
Color information
#5D9B1C (or 0x5D9B1C) is known color: Limeade. HEX triplet: 5D, 9B and 1C. RGB value is (93,155,28). Sum of RGB (Red+Green+Blue) = 93+155+28=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 155 (60.94% from 255 or 56.16% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 155 - color contains mainly: green. Hex color #5D9B1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9B1C is #A264E3. Grayscale: #7A7A7A. Windows color (decimal): -10642660 or 1874781. OLE color: 1874781.
HSL color Cylindrical-coordinate representation of color #5D9B1C: hue angle of 89.29º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D9B1C is Cyan = 0.4, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 155 | 28 | - |
| CMYK | 0.4 | 0 | 0.82 | 0.39 |
| HSL | 89.29º | 0.69% | 0.36% | - |
| HSV(B) | 89.29º | 0.82% | 0.61% | - |
| XYZ | 16.45 | 25.85 | 5.22 | - |
| YUV | 121.98 | 74.96 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 155 | 28 | 0.4 | 0 | 0.82 | 0.39 | 89.29 | 0.69 | 0.36 |
| Hex | 5D | 9B | 1C | 28 | 0 | 52 | 27 | 59 | 45 | 24 |
| Octal | 135 | 233 | 34 | 50 | 0 | 122 | 47 | 131 | 105 | 44 |
| Binary | 1011101 | 10011011 | 11100 | 101000 | 0 | 1010010 | 100111 | 1011001 | 1000101 | 100100 |
Color Harmonies of #5D9B1C
Complementary color
Monochromatic Colors of #5D9B1C
Black with #5D9B1C
Text Example
Text Example
White with #5D9B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9B1C; }
p { color: rgb(93,155,28); }
H1.HeaderClassName
{
color: #5D9B1C;
}
.AnyTagClassName
{
color: #5D9B1C;
}
</style>
background-color css
<style>
a { background-color: #5D9B1C; }
a { background-color: rgb(93,155,28); }
div.DivClassName
{
background-color: #5D9B1C;
}
.BgClassName
{
background-color: #5D9B1C;
}
</style>
border-color css
<style>
span { border-color: #5D9B1C; }
span { border-color: rgb(93,155,28); }
td.TdClassName
{
border-color: #5D9B1C;
}
.TagClassName
{
border-color: #5D9B1C;
}
</style>