Shades of Fruit Salad #52AD45
Tints of Fruit Salad #52AD45
RGB
CMYK
RGB Variations
Color information
#52AD45 (or 0x52AD45) is known color: Fruit Salad. HEX triplet: 52, AD and 45. RGB value is (82,173,69). Sum of RGB (Red+Green+Blue) = 82+173+69=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AD45 is #AD52BA. Grayscale: #868686. Windows color (decimal): -11358907 or 4566354. OLE color: 4566354.
HSL color Cylindrical-coordinate representation of color #52AD45: hue angle of 112.5º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52AD45 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 69 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.32 |
| HSL | 112.5º | 0.43% | 0.47% | - |
| HSV(B) | 112.5º | 0.6% | 0.68% | - |
| XYZ | 19.5 | 32.11 | 10.8 | - |
| YUV | 133.94 | 91.35 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 69 | 0.53 | 0 | 0.60 | 0.32 | 112.5 | 0.43 | 0.47 |
| Hex | 52 | AD | 45 | 35 | 0 | 3C | 20 | 70 | 2B | 2F |
| Octal | 122 | 255 | 105 | 65 | 0 | 74 | 40 | 160 | 53 | 57 |
| Binary | 1010010 | 10101101 | 1000101 | 110101 | 0 | 111100 | 100000 | 1110000 | 101011 | 101111 |
Color Harmonies of #52AD45
Complementary color
Monochromatic Colors of #52AD45
Black with #52AD45
Text Example
Text Example
White with #52AD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD45; }
p { color: rgb(82,173,69); }
H1.HeaderClassName
{
color: #52AD45;
}
.AnyTagClassName
{
color: #52AD45;
}
</style>
background-color css
<style>
a { background-color: #52AD45; }
a { background-color: rgb(82,173,69); }
div.DivClassName
{
background-color: #52AD45;
}
.BgClassName
{
background-color: #52AD45;
}
</style>
border-color css
<style>
span { border-color: #52AD45; }
span { border-color: rgb(82,173,69); }
td.TdClassName
{
border-color: #52AD45;
}
.TagClassName
{
border-color: #52AD45;
}
</style>