Shades of Limeade #51990C
Tints of Limeade #51990C
RGB
CMYK
RGB Variations
Color information
#51990C (or 0x51990C) is known color: Limeade. HEX triplet: 51, 99 and 0C. RGB value is (81,153,12). Sum of RGB (Red+Green+Blue) = 81+153+12=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 153 (60.16% from 255 or 62.20% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 153 - color contains mainly: green. Hex color #51990C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51990C is #AE66F3. Grayscale: #737373. Windows color (decimal): -11429620 or 825681. OLE color: 825681.
HSL color Cylindrical-coordinate representation of color #51990C: hue angle of 90.64º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #51990C is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 153 | 12 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.4 |
| HSL | 90.64º | 0.85% | 0.32% | - |
| HSV(B) | 90.64º | 0.92% | 0.6% | - |
| XYZ | 14.85 | 24.56 | 4.31 | - |
| YUV | 115.4 | 69.65 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 153 | 12 | 0.47 | 0 | 0.92 | 0.4 | 90.64 | 0.85 | 0.32 |
| Hex | 51 | 99 | C | 2F | 0 | 5C | 28 | 5B | 55 | 20 |
| Octal | 121 | 231 | 14 | 57 | 0 | 134 | 50 | 133 | 125 | 40 |
| Binary | 1010001 | 10011001 | 1100 | 101111 | 0 | 1011100 | 101000 | 1011011 | 1010101 | 100000 |
Color Harmonies of #51990C
Complementary color
Monochromatic Colors of #51990C
Black with #51990C
Text Example
Text Example
White with #51990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51990C; }
p { color: rgb(81,153,12); }
H1.HeaderClassName
{
color: #51990C;
}
.AnyTagClassName
{
color: #51990C;
}
</style>
background-color css
<style>
a { background-color: #51990C; }
a { background-color: rgb(81,153,12); }
div.DivClassName
{
background-color: #51990C;
}
.BgClassName
{
background-color: #51990C;
}
</style>
border-color css
<style>
span { border-color: #51990C; }
span { border-color: rgb(81,153,12); }
td.TdClassName
{
border-color: #51990C;
}
.TagClassName
{
border-color: #51990C;
}
</style>