Shades of Fruit Salad #52A85B
Tints of Fruit Salad #52A85B
RGB
CMYK
RGB Variations
Color information
#52A85B (or 0x52A85B) is known color: Fruit Salad. HEX triplet: 52, A8 and 5B. RGB value is (82,168,91). Sum of RGB (Red+Green+Blue) = 82+168+91=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #52A85B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A85B is #AD57A4. Grayscale: #858585. Windows color (decimal): -11360165 or 6006866. OLE color: 6006866.
HSL color Cylindrical-coordinate representation of color #52A85B: hue angle of 126.28º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A85B is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 168 | 91 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.34 |
| HSL | 126.28º | 0.34% | 0.49% | - |
| HSV(B) | 126.28º | 0.51% | 0.66% | - |
| XYZ | 19.37 | 30.55 | 14.77 | - |
| YUV | 133.51 | 104.01 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 91 | 0.51 | 0 | 0.46 | 0.34 | 126.28 | 0.34 | 0.49 |
| Hex | 52 | A8 | 5B | 33 | 0 | 2E | 22 | 7E | 22 | 31 |
| Octal | 122 | 250 | 133 | 63 | 0 | 56 | 42 | 176 | 42 | 61 |
| Binary | 1010010 | 10101000 | 1011011 | 110011 | 0 | 101110 | 100010 | 1111110 | 100010 | 110001 |
Color Harmonies of #52A85B
Complementary color
Monochromatic Colors of #52A85B
Black with #52A85B
Text Example
Text Example
White with #52A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A85B; }
p { color: rgb(82,168,91); }
H1.HeaderClassName
{
color: #52A85B;
}
.AnyTagClassName
{
color: #52A85B;
}
</style>
background-color css
<style>
a { background-color: #52A85B; }
a { background-color: rgb(82,168,91); }
div.DivClassName
{
background-color: #52A85B;
}
.BgClassName
{
background-color: #52A85B;
}
</style>
border-color css
<style>
span { border-color: #52A85B; }
span { border-color: rgb(82,168,91); }
td.TdClassName
{
border-color: #52A85B;
}
.TagClassName
{
border-color: #52A85B;
}
</style>