Shades of Fruit Salad #52AD54
Tints of Fruit Salad #52AD54
RGB
CMYK
RGB Variations
Color information
#52AD54 (or 0x52AD54) is known color: Fruit Salad. HEX triplet: 52, AD and 54. RGB value is (82,173,84). Sum of RGB (Red+Green+Blue) = 82+173+84=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AD54 is #AD52AB. Grayscale: #878787. Windows color (decimal): -11358892 or 5549394. OLE color: 5549394.
HSL color Cylindrical-coordinate representation of color #52AD54: hue angle of 121.32º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AD54 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 84 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.32 |
| HSL | 121.32º | 0.36% | 0.5% | - |
| HSV(B) | 121.32º | 0.53% | 0.68% | - |
| XYZ | 20.02 | 32.32 | 13.57 | - |
| YUV | 135.65 | 98.85 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 84 | 0.53 | 0 | 0.51 | 0.32 | 121.32 | 0.36 | 0.5 |
| Hex | 52 | AD | 54 | 35 | 0 | 33 | 20 | 79 | 24 | 32 |
| Octal | 122 | 255 | 124 | 65 | 0 | 63 | 40 | 171 | 44 | 62 |
| Binary | 1010010 | 10101101 | 1010100 | 110101 | 0 | 110011 | 100000 | 1111001 | 100100 | 110010 |
Color Harmonies of #52AD54
Complementary color
Monochromatic Colors of #52AD54
Black with #52AD54
Text Example
Text Example
White with #52AD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD54; }
p { color: rgb(82,173,84); }
H1.HeaderClassName
{
color: #52AD54;
}
.AnyTagClassName
{
color: #52AD54;
}
</style>
background-color css
<style>
a { background-color: #52AD54; }
a { background-color: rgb(82,173,84); }
div.DivClassName
{
background-color: #52AD54;
}
.BgClassName
{
background-color: #52AD54;
}
</style>
border-color css
<style>
span { border-color: #52AD54; }
span { border-color: rgb(82,173,84); }
td.TdClassName
{
border-color: #52AD54;
}
.TagClassName
{
border-color: #52AD54;
}
</style>