Shades of Limeade #51900D
Tints of Limeade #51900D
RGB
CMYK
RGB Variations
Color information
#51900D (or 0x51900D) is known color: Limeade. HEX triplet: 51, 90 and 0D. RGB value is (81,144,13). Sum of RGB (Red+Green+Blue) = 81+144+13=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 144 (56.64% from 255 or 60.50% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 144 - color contains mainly: green. Hex color #51900D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51900D is #AE6FF2. Grayscale: #6E6E6E. Windows color (decimal): -11431923 or 888913. OLE color: 888913.
HSL color Cylindrical-coordinate representation of color #51900D: hue angle of 88.85º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51900D is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 144 | 13 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.44 |
| HSL | 88.85º | 0.83% | 0.31% | - |
| HSV(B) | 88.85º | 0.91% | 0.56% | - |
| XYZ | 13.44 | 21.72 | 3.87 | - |
| YUV | 110.23 | 73.13 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 144 | 13 | 0.44 | 0 | 0.91 | 0.44 | 88.85 | 0.83 | 0.31 |
| Hex | 51 | 90 | D | 2C | 0 | 5B | 2C | 59 | 53 | 1F |
| Octal | 121 | 220 | 15 | 54 | 0 | 133 | 54 | 131 | 123 | 37 |
| Binary | 1010001 | 10010000 | 1101 | 101100 | 0 | 1011011 | 101100 | 1011001 | 1010011 | 11111 |
Color Harmonies of #51900D
Complementary color
Monochromatic Colors of #51900D
Black with #51900D
Text Example
Text Example
White with #51900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51900D; }
p { color: rgb(81,144,13); }
H1.HeaderClassName
{
color: #51900D;
}
.AnyTagClassName
{
color: #51900D;
}
</style>
background-color css
<style>
a { background-color: #51900D; }
a { background-color: rgb(81,144,13); }
div.DivClassName
{
background-color: #51900D;
}
.BgClassName
{
background-color: #51900D;
}
</style>
border-color css
<style>
span { border-color: #51900D; }
span { border-color: rgb(81,144,13); }
td.TdClassName
{
border-color: #51900D;
}
.TagClassName
{
border-color: #51900D;
}
</style>