Shades of Fruit Salad #52A248
Tints of Fruit Salad #52A248
RGB
CMYK
RGB Variations
Color information
#52A248 (or 0x52A248) is known color: Fruit Salad. HEX triplet: 52, A2 and 48. RGB value is (82,162,72). Sum of RGB (Red+Green+Blue) = 82+162+72=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #52A248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A248 is #AD5DB7. Grayscale: #808080. Windows color (decimal): -11361720 or 4760146. OLE color: 4760146.
HSL color Cylindrical-coordinate representation of color #52A248: hue angle of 113.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52A248 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 162 | 72 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.36 |
| HSL | 113.33º | 0.38% | 0.46% | - |
| HSV(B) | 113.33º | 0.56% | 0.64% | - |
| XYZ | 17.57 | 28.1 | 10.63 | - |
| YUV | 127.82 | 96.5 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 162 | 72 | 0.49 | 0 | 0.56 | 0.36 | 113.33 | 0.38 | 0.46 |
| Hex | 52 | A2 | 48 | 31 | 0 | 38 | 24 | 71 | 26 | 2E |
| Octal | 122 | 242 | 110 | 61 | 0 | 70 | 44 | 161 | 46 | 56 |
| Binary | 1010010 | 10100010 | 1001000 | 110001 | 0 | 111000 | 100100 | 1110001 | 100110 | 101110 |
Color Harmonies of #52A248
Complementary color
Monochromatic Colors of #52A248
Black with #52A248
Text Example
Text Example
White with #52A248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A248; }
p { color: rgb(82,162,72); }
H1.HeaderClassName
{
color: #52A248;
}
.AnyTagClassName
{
color: #52A248;
}
</style>
background-color css
<style>
a { background-color: #52A248; }
a { background-color: rgb(82,162,72); }
div.DivClassName
{
background-color: #52A248;
}
.BgClassName
{
background-color: #52A248;
}
</style>
border-color css
<style>
span { border-color: #52A248; }
span { border-color: rgb(82,162,72); }
td.TdClassName
{
border-color: #52A248;
}
.TagClassName
{
border-color: #52A248;
}
</style>