Shades of Limeade #5C940F
Tints of Limeade #5C940F
RGB
CMYK
RGB Variations
Color information
#5C940F (or 0x5C940F) is known color: Limeade. HEX triplet: 5C, 94 and 0F. RGB value is (92,148,15). Sum of RGB (Red+Green+Blue) = 92+148+15=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 148 (58.20% from 255 or 58.04% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 148 - color contains mainly: green. Hex color #5C940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C940F is #A36BF0. Grayscale: #747474. Windows color (decimal): -10710001 or 1021020. OLE color: 1021020.
HSL color Cylindrical-coordinate representation of color #5C940F: hue angle of 85.26º 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 #5C940F is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 148 | 15 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.42 |
| HSL | 85.26º | 0.82% | 0.32% | - |
| HSV(B) | 85.26º | 0.9% | 0.58% | - |
| XYZ | 15.09 | 23.49 | 4.19 | - |
| YUV | 116.09 | 70.95 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 148 | 15 | 0.38 | 0 | 0.90 | 0.42 | 85.26 | 0.82 | 0.32 |
| Hex | 5C | 94 | F | 26 | 0 | 5A | 2A | 55 | 52 | 20 |
| Octal | 134 | 224 | 17 | 46 | 0 | 132 | 52 | 125 | 122 | 40 |
| Binary | 1011100 | 10010100 | 1111 | 100110 | 0 | 1011010 | 101010 | 1010101 | 1010010 | 100000 |
Color Harmonies of #5C940F
Complementary color
Monochromatic Colors of #5C940F
Black with #5C940F
Text Example
Text Example
White with #5C940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C940F; }
p { color: rgb(92,148,15); }
H1.HeaderClassName
{
color: #5C940F;
}
.AnyTagClassName
{
color: #5C940F;
}
</style>
background-color css
<style>
a { background-color: #5C940F; }
a { background-color: rgb(92,148,15); }
div.DivClassName
{
background-color: #5C940F;
}
.BgClassName
{
background-color: #5C940F;
}
</style>
border-color css
<style>
span { border-color: #5C940F; }
span { border-color: rgb(92,148,15); }
td.TdClassName
{
border-color: #5C940F;
}
.TagClassName
{
border-color: #5C940F;
}
</style>