Shades of Limeade #5C9310
Tints of Limeade #5C9310
RGB
CMYK
RGB Variations
Color information
#5C9310 (or 0x5C9310) is known color: Limeade. HEX triplet: 5C, 93 and 10. RGB value is (92,147,16). Sum of RGB (Red+Green+Blue) = 92+147+16=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #5C9310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9310 is #A36CEF. Grayscale: #747474. Windows color (decimal): -10710256 or 1086300. OLE color: 1086300.
HSL color Cylindrical-coordinate representation of color #5C9310: hue angle of 85.19º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C9310 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 147 | 16 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.42 |
| HSL | 85.19º | 0.8% | 0.32% | - |
| HSV(B) | 85.19º | 0.89% | 0.58% | - |
| XYZ | 14.94 | 23.18 | 4.18 | - |
| YUV | 115.62 | 71.78 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 147 | 16 | 0.37 | 0 | 0.89 | 0.42 | 85.19 | 0.8 | 0.32 |
| Hex | 5C | 93 | 10 | 25 | 0 | 59 | 2A | 55 | 50 | 20 |
| Octal | 134 | 223 | 20 | 45 | 0 | 131 | 52 | 125 | 120 | 40 |
| Binary | 1011100 | 10010011 | 10000 | 100101 | 0 | 1011001 | 101010 | 1010101 | 1010000 | 100000 |
Color Harmonies of #5C9310
Complementary color
Monochromatic Colors of #5C9310
Black with #5C9310
Text Example
Text Example
White with #5C9310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9310; }
p { color: rgb(92,147,16); }
H1.HeaderClassName
{
color: #5C9310;
}
.AnyTagClassName
{
color: #5C9310;
}
</style>
background-color css
<style>
a { background-color: #5C9310; }
a { background-color: rgb(92,147,16); }
div.DivClassName
{
background-color: #5C9310;
}
.BgClassName
{
background-color: #5C9310;
}
</style>
border-color css
<style>
span { border-color: #5C9310; }
span { border-color: rgb(92,147,16); }
td.TdClassName
{
border-color: #5C9310;
}
.TagClassName
{
border-color: #5C9310;
}
</style>