Shades of Fruit Salad #52985A
Tints of Fruit Salad #52985A
RGB
CMYK
RGB Variations
Color information
#52985A (or 0x52985A) is known color: Fruit Salad. HEX triplet: 52, 98 and 5A. RGB value is (82,152,90). Sum of RGB (Red+Green+Blue) = 82+152+90=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #52985A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52985A is #AD67A5. Grayscale: #7C7C7C. Windows color (decimal): -11364262 or 5937234. OLE color: 5937234.
HSL color Cylindrical-coordinate representation of color #52985A: hue angle of 126.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52985A is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 152 | 90 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.40 |
| HSL | 126.86º | 0.3% | 0.46% | - |
| HSV(B) | 126.86º | 0.46% | 0.6% | - |
| XYZ | 16.55 | 24.99 | 13.62 | - |
| YUV | 124 | 108.81 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 152 | 90 | 0.46 | 0 | 0.41 | 0.40 | 126.86 | 0.3 | 0.46 |
| Hex | 52 | 98 | 5A | 2E | 0 | 29 | 28 | 7F | 1E | 2E |
| Octal | 122 | 230 | 132 | 56 | 0 | 51 | 50 | 177 | 36 | 56 |
| Binary | 1010010 | 10011000 | 1011010 | 101110 | 0 | 101001 | 101000 | 1111111 | 11110 | 101110 |
Color Harmonies of #52985A
Complementary color
Monochromatic Colors of #52985A
Black with #52985A
Text Example
Text Example
White with #52985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52985A; }
p { color: rgb(82,152,90); }
H1.HeaderClassName
{
color: #52985A;
}
.AnyTagClassName
{
color: #52985A;
}
</style>
background-color css
<style>
a { background-color: #52985A; }
a { background-color: rgb(82,152,90); }
div.DivClassName
{
background-color: #52985A;
}
.BgClassName
{
background-color: #52985A;
}
</style>
border-color css
<style>
span { border-color: #52985A; }
span { border-color: rgb(82,152,90); }
td.TdClassName
{
border-color: #52985A;
}
.TagClassName
{
border-color: #52985A;
}
</style>