Shades of Limeade #5C950F
Tints of Limeade #5C950F
RGB
CMYK
RGB Variations
Color information
#5C950F (or 0x5C950F) is known color: Limeade. HEX triplet: 5C, 95 and 0F. RGB value is (92,149,15). Sum of RGB (Red+Green+Blue) = 92+149+15=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #5C950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C950F is #A36AF0. Grayscale: #757575. Windows color (decimal): -10709745 or 1021276. OLE color: 1021276.
HSL color Cylindrical-coordinate representation of color #5C950F: hue angle of 85.52º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C950F is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 149 | 15 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.42 |
| HSL | 85.52º | 0.82% | 0.32% | - |
| HSV(B) | 85.52º | 0.9% | 0.58% | - |
| XYZ | 15.25 | 23.8 | 4.24 | - |
| YUV | 116.68 | 70.62 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 149 | 15 | 0.38 | 0 | 0.90 | 0.42 | 85.52 | 0.82 | 0.32 |
| Hex | 5C | 95 | F | 26 | 0 | 5A | 2A | 56 | 52 | 20 |
| Octal | 134 | 225 | 17 | 46 | 0 | 132 | 52 | 126 | 122 | 40 |
| Binary | 1011100 | 10010101 | 1111 | 100110 | 0 | 1011010 | 101010 | 1010110 | 1010010 | 100000 |
Color Harmonies of #5C950F
Complementary color
Monochromatic Colors of #5C950F
Black with #5C950F
Text Example
Text Example
White with #5C950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C950F; }
p { color: rgb(92,149,15); }
H1.HeaderClassName
{
color: #5C950F;
}
.AnyTagClassName
{
color: #5C950F;
}
</style>
background-color css
<style>
a { background-color: #5C950F; }
a { background-color: rgb(92,149,15); }
div.DivClassName
{
background-color: #5C950F;
}
.BgClassName
{
background-color: #5C950F;
}
</style>
border-color css
<style>
span { border-color: #5C950F; }
span { border-color: rgb(92,149,15); }
td.TdClassName
{
border-color: #5C950F;
}
.TagClassName
{
border-color: #5C950F;
}
</style>