Shades of Limeade #51920C
Tints of Limeade #51920C
RGB
CMYK
RGB Variations
Color information
#51920C (or 0x51920C) is known color: Limeade. HEX triplet: 51, 92 and 0C. RGB value is (81,146,12). Sum of RGB (Red+Green+Blue) = 81+146+12=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 146 (57.42% from 255 or 61.09% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 146 - color contains mainly: green. Hex color #51920C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51920C is #AE6DF3. Grayscale: #6F6F6F. Windows color (decimal): -11431412 or 823889. OLE color: 823889.
HSL color Cylindrical-coordinate representation of color #51920C: hue angle of 89.1º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #51920C is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 146 | 12 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.43 |
| HSL | 89.1º | 0.85% | 0.31% | - |
| HSV(B) | 89.1º | 0.92% | 0.57% | - |
| XYZ | 13.74 | 22.33 | 3.93 | - |
| YUV | 111.29 | 71.97 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 146 | 12 | 0.45 | 0 | 0.92 | 0.43 | 89.1 | 0.85 | 0.31 |
| Hex | 51 | 92 | C | 2D | 0 | 5C | 2B | 59 | 55 | 1F |
| Octal | 121 | 222 | 14 | 55 | 0 | 134 | 53 | 131 | 125 | 37 |
| Binary | 1010001 | 10010010 | 1100 | 101101 | 0 | 1011100 | 101011 | 1011001 | 1010101 | 11111 |
Color Harmonies of #51920C
Complementary color
Monochromatic Colors of #51920C
Black with #51920C
Text Example
Text Example
White with #51920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51920C; }
p { color: rgb(81,146,12); }
H1.HeaderClassName
{
color: #51920C;
}
.AnyTagClassName
{
color: #51920C;
}
</style>
background-color css
<style>
a { background-color: #51920C; }
a { background-color: rgb(81,146,12); }
div.DivClassName
{
background-color: #51920C;
}
.BgClassName
{
background-color: #51920C;
}
</style>
border-color css
<style>
span { border-color: #51920C; }
span { border-color: rgb(81,146,12); }
td.TdClassName
{
border-color: #51920C;
}
.TagClassName
{
border-color: #51920C;
}
</style>