Shades of Fruit Salad #529E52
Tints of Fruit Salad #529E52
RGB
CMYK
RGB Variations
Color information
#529E52 (or 0x529E52) is known color: Fruit Salad. HEX triplet: 52, 9E and 52. RGB value is (82,158,82). Sum of RGB (Red+Green+Blue) = 82+158+82=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 158 - color contains mainly: green. Hex color #529E52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529E52 is #AD61AD. Grayscale: #7E7E7E. Windows color (decimal): -11362734 or 5414482. OLE color: 5414482.
HSL color Cylindrical-coordinate representation of color #529E52: hue angle of 120º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529E52 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 158 | 82 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.38 |
| HSL | 120º | 0.32% | 0.47% | - |
| HSV(B) | 120º | 0.48% | 0.62% | - |
| XYZ | 17.23 | 26.86 | 12.26 | - |
| YUV | 126.61 | 102.82 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 82 | 0.48 | 0 | 0.48 | 0.38 | 120 | 0.32 | 0.47 |
| Hex | 52 | 9E | 52 | 30 | 0 | 30 | 26 | 78 | 20 | 2F |
| Octal | 122 | 236 | 122 | 60 | 0 | 60 | 46 | 170 | 40 | 57 |
| Binary | 1010010 | 10011110 | 1010010 | 110000 | 0 | 110000 | 100110 | 1111000 | 100000 | 101111 |
Color Harmonies of #529E52
Complementary color
Monochromatic Colors of #529E52
Black with #529E52
Text Example
Text Example
White with #529E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529E52; }
p { color: rgb(82,158,82); }
H1.HeaderClassName
{
color: #529E52;
}
.AnyTagClassName
{
color: #529E52;
}
</style>
background-color css
<style>
a { background-color: #529E52; }
a { background-color: rgb(82,158,82); }
div.DivClassName
{
background-color: #529E52;
}
.BgClassName
{
background-color: #529E52;
}
</style>
border-color css
<style>
span { border-color: #529E52; }
span { border-color: rgb(82,158,82); }
td.TdClassName
{
border-color: #529E52;
}
.TagClassName
{
border-color: #529E52;
}
</style>