Shades of Fruit Salad #52A44E
Tints of Fruit Salad #52A44E
RGB
CMYK
RGB Variations
Color information
#52A44E (or 0x52A44E) is known color: Fruit Salad. HEX triplet: 52, A4 and 4E. RGB value is (82,164,78). Sum of RGB (Red+Green+Blue) = 82+164+78=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 164 (64.45% from 255 or 50.62% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 164 - color contains mainly: green. Hex color #52A44E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A44E is #AD5BB1. Grayscale: #818181. Windows color (decimal): -11361202 or 5153874. OLE color: 5153874.
HSL color Cylindrical-coordinate representation of color #52A44E: hue angle of 117.21º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52A44E is Cyan = 0.5, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 164 | 78 | - |
| CMYK | 0.5 | 0 | 0.52 | 0.36 |
| HSL | 117.21º | 0.36% | 0.47% | - |
| HSV(B) | 117.21º | 0.52% | 0.64% | - |
| XYZ | 18.13 | 28.89 | 11.83 | - |
| YUV | 129.68 | 98.83 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 164 | 78 | 0.5 | 0 | 0.52 | 0.36 | 117.21 | 0.36 | 0.47 |
| Hex | 52 | A4 | 4E | 32 | 0 | 34 | 24 | 75 | 24 | 2F |
| Octal | 122 | 244 | 116 | 62 | 0 | 64 | 44 | 165 | 44 | 57 |
| Binary | 1010010 | 10100100 | 1001110 | 110010 | 0 | 110100 | 100100 | 1110101 | 100100 | 101111 |
Color Harmonies of #52A44E
Complementary color
Monochromatic Colors of #52A44E
Black with #52A44E
Text Example
Text Example
White with #52A44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A44E; }
p { color: rgb(82,164,78); }
H1.HeaderClassName
{
color: #52A44E;
}
.AnyTagClassName
{
color: #52A44E;
}
</style>
background-color css
<style>
a { background-color: #52A44E; }
a { background-color: rgb(82,164,78); }
div.DivClassName
{
background-color: #52A44E;
}
.BgClassName
{
background-color: #52A44E;
}
</style>
border-color css
<style>
span { border-color: #52A44E; }
span { border-color: rgb(82,164,78); }
td.TdClassName
{
border-color: #52A44E;
}
.TagClassName
{
border-color: #52A44E;
}
</style>