Shades of Limeade #51940F
Tints of Limeade #51940F
RGB
CMYK
RGB Variations
Color information
#51940F (or 0x51940F) is known color: Limeade. HEX triplet: 51, 94 and 0F. RGB value is (81,148,15). Sum of RGB (Red+Green+Blue) = 81+148+15=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #51940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51940F is #AE6BF0. Grayscale: #717171. Windows color (decimal): -11430897 or 1021009. OLE color: 1021009.
HSL color Cylindrical-coordinate representation of color #51940F: hue angle of 90.23º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51940F is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 148 | 15 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.42 |
| HSL | 90.23º | 0.82% | 0.32% | - |
| HSV(B) | 90.23º | 0.9% | 0.58% | - |
| XYZ | 14.07 | 22.96 | 4.14 | - |
| YUV | 112.81 | 72.8 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 148 | 15 | 0.45 | 0 | 0.90 | 0.42 | 90.23 | 0.82 | 0.32 |
| Hex | 51 | 94 | F | 2D | 0 | 5A | 2A | 5A | 52 | 20 |
| Octal | 121 | 224 | 17 | 55 | 0 | 132 | 52 | 132 | 122 | 40 |
| Binary | 1010001 | 10010100 | 1111 | 101101 | 0 | 1011010 | 101010 | 1011010 | 1010010 | 100000 |
Color Harmonies of #51940F
Complementary color
Monochromatic Colors of #51940F
Black with #51940F
Text Example
Text Example
White with #51940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51940F; }
p { color: rgb(81,148,15); }
H1.HeaderClassName
{
color: #51940F;
}
.AnyTagClassName
{
color: #51940F;
}
</style>
background-color css
<style>
a { background-color: #51940F; }
a { background-color: rgb(81,148,15); }
div.DivClassName
{
background-color: #51940F;
}
.BgClassName
{
background-color: #51940F;
}
</style>
border-color css
<style>
span { border-color: #51940F; }
span { border-color: rgb(81,148,15); }
td.TdClassName
{
border-color: #51940F;
}
.TagClassName
{
border-color: #51940F;
}
</style>