Shades of Fruit Salad #52A45C
Tints of Fruit Salad #52A45C
RGB
CMYK
RGB Variations
Color information
#52A45C (or 0x52A45C) is known color: Fruit Salad. HEX triplet: 52, A4 and 5C. RGB value is (82,164,92). Sum of RGB (Red+Green+Blue) = 82+164+92=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #52A45C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A45C is #AD5BA3. Grayscale: #838383. Windows color (decimal): -11361188 or 6071378. OLE color: 6071378.
HSL color Cylindrical-coordinate representation of color #52A45C: hue angle of 127.32º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A45C is Cyan = 0.5, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 164 | 92 | - |
| CMYK | 0.5 | 0 | 0.44 | 0.36 |
| HSL | 127.32º | 0.33% | 0.48% | - |
| HSV(B) | 127.32º | 0.5% | 0.64% | - |
| XYZ | 18.69 | 29.12 | 14.76 | - |
| YUV | 131.27 | 105.83 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 164 | 92 | 0.5 | 0 | 0.44 | 0.36 | 127.32 | 0.33 | 0.48 |
| Hex | 52 | A4 | 5C | 32 | 0 | 2C | 24 | 7F | 21 | 30 |
| Octal | 122 | 244 | 134 | 62 | 0 | 54 | 44 | 177 | 41 | 60 |
| Binary | 1010010 | 10100100 | 1011100 | 110010 | 0 | 101100 | 100100 | 1111111 | 100001 | 110000 |
Color Harmonies of #52A45C
Complementary color
Monochromatic Colors of #52A45C
Black with #52A45C
Text Example
Text Example
White with #52A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A45C; }
p { color: rgb(82,164,92); }
H1.HeaderClassName
{
color: #52A45C;
}
.AnyTagClassName
{
color: #52A45C;
}
</style>
background-color css
<style>
a { background-color: #52A45C; }
a { background-color: rgb(82,164,92); }
div.DivClassName
{
background-color: #52A45C;
}
.BgClassName
{
background-color: #52A45C;
}
</style>
border-color css
<style>
span { border-color: #52A45C; }
span { border-color: rgb(82,164,92); }
td.TdClassName
{
border-color: #52A45C;
}
.TagClassName
{
border-color: #52A45C;
}
</style>