Shades of Fruit Salad #52A256
Tints of Fruit Salad #52A256
RGB
CMYK
RGB Variations
Color information
#52A256 (or 0x52A256) is known color: Fruit Salad. HEX triplet: 52, A2 and 56. RGB value is (82,162,86). Sum of RGB (Red+Green+Blue) = 82+162+86=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #52A256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A256 is #AD5DA9. Grayscale: #818181. Windows color (decimal): -11361706 or 5677650. OLE color: 5677650.
HSL color Cylindrical-coordinate representation of color #52A256: hue angle of 123º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A256 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 162 | 86 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.36 |
| HSL | 123º | 0.33% | 0.48% | - |
| HSV(B) | 123º | 0.49% | 0.64% | - |
| XYZ | 18.08 | 28.31 | 13.31 | - |
| YUV | 129.42 | 103.5 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 162 | 86 | 0.49 | 0 | 0.47 | 0.36 | 123 | 0.33 | 0.48 |
| Hex | 52 | A2 | 56 | 31 | 0 | 2F | 24 | 7B | 21 | 30 |
| Octal | 122 | 242 | 126 | 61 | 0 | 57 | 44 | 173 | 41 | 60 |
| Binary | 1010010 | 10100010 | 1010110 | 110001 | 0 | 101111 | 100100 | 1111011 | 100001 | 110000 |
Color Harmonies of #52A256
Complementary color
Monochromatic Colors of #52A256
Black with #52A256
Text Example
Text Example
White with #52A256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A256; }
p { color: rgb(82,162,86); }
H1.HeaderClassName
{
color: #52A256;
}
.AnyTagClassName
{
color: #52A256;
}
</style>
background-color css
<style>
a { background-color: #52A256; }
a { background-color: rgb(82,162,86); }
div.DivClassName
{
background-color: #52A256;
}
.BgClassName
{
background-color: #52A256;
}
</style>
border-color css
<style>
span { border-color: #52A256; }
span { border-color: rgb(82,162,86); }
td.TdClassName
{
border-color: #52A256;
}
.TagClassName
{
border-color: #52A256;
}
</style>