Shades of Fruit Salad #52A25D
Tints of Fruit Salad #52A25D
RGB
CMYK
RGB Variations
Color information
#52A25D (or 0x52A25D) is known color: Fruit Salad. HEX triplet: 52, A2 and 5D. RGB value is (82,162,93). Sum of RGB (Red+Green+Blue) = 82+162+93=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #52A25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A25D is #AD5DA2. Grayscale: #828282. Windows color (decimal): -11361699 or 6136402. OLE color: 6136402.
HSL color Cylindrical-coordinate representation of color #52A25D: hue angle of 128.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A25D is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 162 | 93 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.36 |
| HSL | 128.25º | 0.33% | 0.48% | - |
| HSV(B) | 128.25º | 0.49% | 0.64% | - |
| XYZ | 18.38 | 28.42 | 14.87 | - |
| YUV | 130.21 | 107 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 162 | 93 | 0.49 | 0 | 0.43 | 0.36 | 128.25 | 0.33 | 0.48 |
| Hex | 52 | A2 | 5D | 31 | 0 | 2B | 24 | 80 | 21 | 30 |
| Octal | 122 | 242 | 135 | 61 | 0 | 53 | 44 | 200 | 41 | 60 |
| Binary | 1010010 | 10100010 | 1011101 | 110001 | 0 | 101011 | 100100 | 10000000 | 100001 | 110000 |
Color Harmonies of #52A25D
Complementary color
Monochromatic Colors of #52A25D
Black with #52A25D
Text Example
Text Example
White with #52A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A25D; }
p { color: rgb(82,162,93); }
H1.HeaderClassName
{
color: #52A25D;
}
.AnyTagClassName
{
color: #52A25D;
}
</style>
background-color css
<style>
a { background-color: #52A25D; }
a { background-color: rgb(82,162,93); }
div.DivClassName
{
background-color: #52A25D;
}
.BgClassName
{
background-color: #52A25D;
}
</style>
border-color css
<style>
span { border-color: #52A25D; }
span { border-color: rgb(82,162,93); }
td.TdClassName
{
border-color: #52A25D;
}
.TagClassName
{
border-color: #52A25D;
}
</style>