Shades of Limeade #51990F
Tints of Limeade #51990F
RGB
CMYK
RGB Variations
Color information
#51990F (or 0x51990F) is known color: Limeade. HEX triplet: 51, 99 and 0F. RGB value is (81,153,15). Sum of RGB (Red+Green+Blue) = 81+153+15=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 153 (60.16% from 255 or 61.45% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 153 - color contains mainly: green. Hex color #51990F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51990F is #AE66F0. Grayscale: #747474. Windows color (decimal): -11429617 or 1022289. OLE color: 1022289.
HSL color Cylindrical-coordinate representation of color #51990F: hue angle of 91.3º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51990F is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 153 | 15 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.4 |
| HSL | 91.3º | 0.82% | 0.33% | - |
| HSV(B) | 91.3º | 0.9% | 0.6% | - |
| XYZ | 14.87 | 24.57 | 4.41 | - |
| YUV | 115.74 | 71.15 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 153 | 15 | 0.47 | 0 | 0.90 | 0.4 | 91.3 | 0.82 | 0.33 |
| Hex | 51 | 99 | F | 2F | 0 | 5A | 28 | 5B | 52 | 21 |
| Octal | 121 | 231 | 17 | 57 | 0 | 132 | 50 | 133 | 122 | 41 |
| Binary | 1010001 | 10011001 | 1111 | 101111 | 0 | 1011010 | 101000 | 1011011 | 1010010 | 100001 |
Color Harmonies of #51990F
Complementary color
Monochromatic Colors of #51990F
Black with #51990F
Text Example
Text Example
White with #51990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51990F; }
p { color: rgb(81,153,15); }
H1.HeaderClassName
{
color: #51990F;
}
.AnyTagClassName
{
color: #51990F;
}
</style>
background-color css
<style>
a { background-color: #51990F; }
a { background-color: rgb(81,153,15); }
div.DivClassName
{
background-color: #51990F;
}
.BgClassName
{
background-color: #51990F;
}
</style>
border-color css
<style>
span { border-color: #51990F; }
span { border-color: rgb(81,153,15); }
td.TdClassName
{
border-color: #51990F;
}
.TagClassName
{
border-color: #51990F;
}
</style>