Shades of Fruit Salad #52984B
Tints of Fruit Salad #52984B
RGB
CMYK
RGB Variations
Color information
#52984B (or 0x52984B) is known color: Fruit Salad. HEX triplet: 52, 98 and 4B. RGB value is (82,152,75). Sum of RGB (Red+Green+Blue) = 82+152+75=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #52984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52984B is #AD67B4. Grayscale: #7A7A7A. Windows color (decimal): -11364277 or 4954194. OLE color: 4954194.
HSL color Cylindrical-coordinate representation of color #52984B: hue angle of 114.55º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52984B is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 152 | 75 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.40 |
| HSL | 114.55º | 0.34% | 0.45% | - |
| HSV(B) | 114.55º | 0.51% | 0.6% | - |
| XYZ | 15.98 | 24.76 | 10.59 | - |
| YUV | 122.29 | 101.31 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 152 | 75 | 0.46 | 0 | 0.51 | 0.40 | 114.55 | 0.34 | 0.45 |
| Hex | 52 | 98 | 4B | 2E | 0 | 33 | 28 | 73 | 22 | 2D |
| Octal | 122 | 230 | 113 | 56 | 0 | 63 | 50 | 163 | 42 | 55 |
| Binary | 1010010 | 10011000 | 1001011 | 101110 | 0 | 110011 | 101000 | 1110011 | 100010 | 101101 |
Color Harmonies of #52984B
Complementary color
Monochromatic Colors of #52984B
Black with #52984B
Text Example
Text Example
White with #52984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52984B; }
p { color: rgb(82,152,75); }
H1.HeaderClassName
{
color: #52984B;
}
.AnyTagClassName
{
color: #52984B;
}
</style>
background-color css
<style>
a { background-color: #52984B; }
a { background-color: rgb(82,152,75); }
div.DivClassName
{
background-color: #52984B;
}
.BgClassName
{
background-color: #52984B;
}
</style>
border-color css
<style>
span { border-color: #52984B; }
span { border-color: rgb(82,152,75); }
td.TdClassName
{
border-color: #52984B;
}
.TagClassName
{
border-color: #52984B;
}
</style>