Shades of Limeade #5C9B1C
Tints of Limeade #5C9B1C
RGB
CMYK
RGB Variations
Color information
#5C9B1C (or 0x5C9B1C) is known color: Limeade. HEX triplet: 5C, 9B and 1C. RGB value is (92,155,28). Sum of RGB (Red+Green+Blue) = 92+155+28=275 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.45% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #5C9B1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9B1C is #A364E3. Grayscale: #7A7A7A. Windows color (decimal): -10708196 or 1874780. OLE color: 1874780.
HSL color Cylindrical-coordinate representation of color #5C9B1C: hue angle of 89.76º 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 #5C9B1C is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 155 | 28 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.39 |
| HSL | 89.76º | 0.69% | 0.36% | - |
| HSV(B) | 89.76º | 0.82% | 0.61% | - |
| XYZ | 16.34 | 25.8 | 5.22 | - |
| YUV | 121.69 | 75.13 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 155 | 28 | 0.41 | 0 | 0.82 | 0.39 | 89.76 | 0.69 | 0.36 |
| Hex | 5C | 9B | 1C | 29 | 0 | 52 | 27 | 5A | 45 | 24 |
| Octal | 134 | 233 | 34 | 51 | 0 | 122 | 47 | 132 | 105 | 44 |
| Binary | 1011100 | 10011011 | 11100 | 101001 | 0 | 1010010 | 100111 | 1011010 | 1000101 | 100100 |
Color Harmonies of #5C9B1C
Complementary color
Monochromatic Colors of #5C9B1C
Black with #5C9B1C
Text Example
Text Example
White with #5C9B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9B1C; }
p { color: rgb(92,155,28); }
H1.HeaderClassName
{
color: #5C9B1C;
}
.AnyTagClassName
{
color: #5C9B1C;
}
</style>
background-color css
<style>
a { background-color: #5C9B1C; }
a { background-color: rgb(92,155,28); }
div.DivClassName
{
background-color: #5C9B1C;
}
.BgClassName
{
background-color: #5C9B1C;
}
</style>
border-color css
<style>
span { border-color: #5C9B1C; }
span { border-color: rgb(92,155,28); }
td.TdClassName
{
border-color: #5C9B1C;
}
.TagClassName
{
border-color: #5C9B1C;
}
</style>