Shades of Limeade #5CA932
Tints of Limeade #5CA932
RGB
CMYK
RGB Variations
Color information
#5CA932 (or 0x5CA932) is known color: Limeade. HEX triplet: 5C, A9 and 32. RGB value is (92,169,50). Sum of RGB (Red+Green+Blue) = 92+169+50=311 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.58% from 311); Green value is 169 (66.41% from 255 or 54.34% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 169 - color contains mainly: green. Hex color #5CA932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA932 is #A356CD. Grayscale: #848484. Windows color (decimal): -10704590 or 3320156. OLE color: 3320156.
HSL color Cylindrical-coordinate representation of color #5CA932: hue angle of 98.82º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5CA932 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 92 | 169 | 50 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.34 |
| HSL | 98.82º | 0.54% | 0.43% | - |
| HSV(B) | 98.82º | 0.7% | 0.66% | - |
| XYZ | 19.18 | 30.88 | 7.97 | - |
| YUV | 132.41 | 81.49 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 169 | 50 | 0.46 | 0 | 0.70 | 0.34 | 98.82 | 0.54 | 0.43 |
| Hex | 5C | A9 | 32 | 2E | 0 | 46 | 22 | 63 | 36 | 2B |
| Octal | 134 | 251 | 62 | 56 | 0 | 106 | 42 | 143 | 66 | 53 |
| Binary | 1011100 | 10101001 | 110010 | 101110 | 0 | 1000110 | 100010 | 1100011 | 110110 | 101011 |
Color Harmonies of #5CA932
Complementary color
Monochromatic Colors of #5CA932
Black with #5CA932
Text Example
Text Example
White with #5CA932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA932; }
p { color: rgb(92,169,50); }
H1.HeaderClassName
{
color: #5CA932;
}
.AnyTagClassName
{
color: #5CA932;
}
</style>
background-color css
<style>
a { background-color: #5CA932; }
a { background-color: rgb(92,169,50); }
div.DivClassName
{
background-color: #5CA932;
}
.BgClassName
{
background-color: #5CA932;
}
</style>
border-color css
<style>
span { border-color: #5CA932; }
span { border-color: rgb(92,169,50); }
td.TdClassName
{
border-color: #5CA932;
}
.TagClassName
{
border-color: #5CA932;
}
</style>