Shades of Limeade #52990F
Tints of Limeade #52990F
RGB
CMYK
RGB Variations
Color information
#52990F (or 0x52990F) is known color: Limeade. HEX triplet: 52, 99 and 0F. RGB value is (82,153,15). Sum of RGB (Red+Green+Blue) = 82+153+15=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 153 (60.16% from 255 or 61.2% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 153 - color contains mainly: green. Hex color #52990F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52990F is #AD66F0. Grayscale: #747474. Windows color (decimal): -11364081 or 1022290. OLE color: 1022290.
HSL color Cylindrical-coordinate representation of color #52990F: hue angle of 90.87º 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 #52990F is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 153 | 15 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.4 |
| HSL | 90.87º | 0.82% | 0.33% | - |
| HSV(B) | 90.87º | 0.9% | 0.6% | - |
| XYZ | 14.96 | 24.61 | 4.41 | - |
| YUV | 116.04 | 70.98 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 15 | 0.46 | 0 | 0.90 | 0.4 | 90.87 | 0.82 | 0.33 |
| Hex | 52 | 99 | F | 2E | 0 | 5A | 28 | 5B | 52 | 21 |
| Octal | 122 | 231 | 17 | 56 | 0 | 132 | 50 | 133 | 122 | 41 |
| Binary | 1010010 | 10011001 | 1111 | 101110 | 0 | 1011010 | 101000 | 1011011 | 1010010 | 100001 |
Color Harmonies of #52990F
Complementary color
Monochromatic Colors of #52990F
Black with #52990F
Text Example
Text Example
White with #52990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52990F; }
p { color: rgb(82,153,15); }
H1.HeaderClassName
{
color: #52990F;
}
.AnyTagClassName
{
color: #52990F;
}
</style>
background-color css
<style>
a { background-color: #52990F; }
a { background-color: rgb(82,153,15); }
div.DivClassName
{
background-color: #52990F;
}
.BgClassName
{
background-color: #52990F;
}
</style>
border-color css
<style>
span { border-color: #52990F; }
span { border-color: rgb(82,153,15); }
td.TdClassName
{
border-color: #52990F;
}
.TagClassName
{
border-color: #52990F;
}
</style>