Shades of Limeade #51A00C
Tints of Limeade #51A00C
RGB
CMYK
RGB Variations
Color information
#51A00C (or 0x51A00C) is known color: Limeade. HEX triplet: 51, A0 and 0C. RGB value is (81,160,12). Sum of RGB (Red+Green+Blue) = 81+160+12=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 160 (62.89% from 255 or 63.24% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 160 - color contains mainly: green. Hex color #51A00C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51A00C is #AE5FF3. Grayscale: #787878. Windows color (decimal): -11427828 or 827473. OLE color: 827473.
HSL color Cylindrical-coordinate representation of color #51A00C: hue angle of 92.03º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #51A00C is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 160 | 12 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.37 |
| HSL | 92.03º | 0.86% | 0.34% | - |
| HSV(B) | 92.03º | 0.93% | 0.63% | - |
| XYZ | 16.03 | 26.92 | 4.7 | - |
| YUV | 119.51 | 67.33 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 160 | 12 | 0.49 | 0 | 0.93 | 0.37 | 92.03 | 0.86 | 0.34 |
| Hex | 51 | A0 | C | 31 | 0 | 5D | 25 | 5C | 56 | 22 |
| Octal | 121 | 240 | 14 | 61 | 0 | 135 | 45 | 134 | 126 | 42 |
| Binary | 1010001 | 10100000 | 1100 | 110001 | 0 | 1011101 | 100101 | 1011100 | 1010110 | 100010 |
Color Harmonies of #51A00C
Complementary color
Monochromatic Colors of #51A00C
Black with #51A00C
Text Example
Text Example
White with #51A00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A00C; }
p { color: rgb(81,160,12); }
H1.HeaderClassName
{
color: #51A00C;
}
.AnyTagClassName
{
color: #51A00C;
}
</style>
background-color css
<style>
a { background-color: #51A00C; }
a { background-color: rgb(81,160,12); }
div.DivClassName
{
background-color: #51A00C;
}
.BgClassName
{
background-color: #51A00C;
}
</style>
border-color css
<style>
span { border-color: #51A00C; }
span { border-color: rgb(81,160,12); }
td.TdClassName
{
border-color: #51A00C;
}
.TagClassName
{
border-color: #51A00C;
}
</style>