Shades of Fruit Salad #52A94A
Tints of Fruit Salad #52A94A
RGB
CMYK
RGB Variations
Color information
#52A94A (or 0x52A94A) is known color: Fruit Salad. HEX triplet: 52, A9 and 4A. RGB value is (82,169,74). Sum of RGB (Red+Green+Blue) = 82+169+74=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #52A94A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A94A is #AD56B5. Grayscale: #848484. Windows color (decimal): -11359926 or 4893010. OLE color: 4893010.
HSL color Cylindrical-coordinate representation of color #52A94A: hue angle of 114.95º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52A94A is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 169 | 74 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.34 |
| HSL | 114.95º | 0.39% | 0.48% | - |
| HSV(B) | 114.95º | 0.56% | 0.66% | - |
| XYZ | 18.9 | 30.66 | 11.4 | - |
| YUV | 132.16 | 95.18 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 169 | 74 | 0.51 | 0 | 0.56 | 0.34 | 114.95 | 0.39 | 0.48 |
| Hex | 52 | A9 | 4A | 33 | 0 | 38 | 22 | 73 | 27 | 30 |
| Octal | 122 | 251 | 112 | 63 | 0 | 70 | 42 | 163 | 47 | 60 |
| Binary | 1010010 | 10101001 | 1001010 | 110011 | 0 | 111000 | 100010 | 1110011 | 100111 | 110000 |
Color Harmonies of #52A94A
Complementary color
Monochromatic Colors of #52A94A
Black with #52A94A
Text Example
Text Example
White with #52A94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A94A; }
p { color: rgb(82,169,74); }
H1.HeaderClassName
{
color: #52A94A;
}
.AnyTagClassName
{
color: #52A94A;
}
</style>
background-color css
<style>
a { background-color: #52A94A; }
a { background-color: rgb(82,169,74); }
div.DivClassName
{
background-color: #52A94A;
}
.BgClassName
{
background-color: #52A94A;
}
</style>
border-color css
<style>
span { border-color: #52A94A; }
span { border-color: rgb(82,169,74); }
td.TdClassName
{
border-color: #52A94A;
}
.TagClassName
{
border-color: #52A94A;
}
</style>