Shades of Limeade #5CA515
Tints of Limeade #5CA515
RGB
CMYK
RGB Variations
Color information
#5CA515 (or 0x5CA515) is known color: Limeade. HEX triplet: 5C, A5 and 15. RGB value is (92,165,21). Sum of RGB (Red+Green+Blue) = 92+165+21=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 165 (64.84% from 255 or 59.35% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CA515 is #A35AEA. Grayscale: #7F7F7F. Windows color (decimal): -10705643 or 1418588. OLE color: 1418588.
HSL color Cylindrical-coordinate representation of color #5CA515: hue angle of 90.42º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5CA515 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 165 | 21 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.35 |
| HSL | 90.42º | 0.77% | 0.36% | - |
| HSV(B) | 90.42º | 0.87% | 0.65% | - |
| XYZ | 18 | 29.24 | 5.4 | - |
| YUV | 126.76 | 68.32 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 165 | 21 | 0.44 | 0 | 0.87 | 0.35 | 90.42 | 0.77 | 0.36 |
| Hex | 5C | A5 | 15 | 2C | 0 | 57 | 23 | 5A | 4D | 24 |
| Octal | 134 | 245 | 25 | 54 | 0 | 127 | 43 | 132 | 115 | 44 |
| Binary | 1011100 | 10100101 | 10101 | 101100 | 0 | 1010111 | 100011 | 1011010 | 1001101 | 100100 |
Color Harmonies of #5CA515
Complementary color
Monochromatic Colors of #5CA515
Black with #5CA515
Text Example
Text Example
White with #5CA515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA515; }
p { color: rgb(92,165,21); }
H1.HeaderClassName
{
color: #5CA515;
}
.AnyTagClassName
{
color: #5CA515;
}
</style>
background-color css
<style>
a { background-color: #5CA515; }
a { background-color: rgb(92,165,21); }
div.DivClassName
{
background-color: #5CA515;
}
.BgClassName
{
background-color: #5CA515;
}
</style>
border-color css
<style>
span { border-color: #5CA515; }
span { border-color: rgb(92,165,21); }
td.TdClassName
{
border-color: #5CA515;
}
.TagClassName
{
border-color: #5CA515;
}
</style>