Shades of Fruit Salad #52B758
Tints of Fruit Salad #52B758
RGB
CMYK
RGB Variations
Color information
#52B758 (or 0x52B758) is known color: Fruit Salad. HEX triplet: 52, B7 and 58. RGB value is (82,183,88). Sum of RGB (Red+Green+Blue) = 82+183+88=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #52B758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B758 is #AD48A7. Grayscale: #8E8E8E. Windows color (decimal): -11356328 or 5814098. OLE color: 5814098.
HSL color Cylindrical-coordinate representation of color #52B758: hue angle of 123.56º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B758 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 183 | 88 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.28 |
| HSL | 123.56º | 0.41% | 0.52% | - |
| HSV(B) | 123.56º | 0.55% | 0.72% | - |
| XYZ | 22.17 | 36.37 | 15.08 | - |
| YUV | 141.97 | 97.54 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 183 | 88 | 0.55 | 0 | 0.52 | 0.28 | 123.56 | 0.41 | 0.52 |
| Hex | 52 | B7 | 58 | 37 | 0 | 34 | 1C | 7C | 29 | 34 |
| Octal | 122 | 267 | 130 | 67 | 0 | 64 | 34 | 174 | 51 | 64 |
| Binary | 1010010 | 10110111 | 1011000 | 110111 | 0 | 110100 | 11100 | 1111100 | 101001 | 110100 |
Color Harmonies of #52B758
Complementary color
Monochromatic Colors of #52B758
Black with #52B758
Text Example
Text Example
White with #52B758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B758; }
p { color: rgb(82,183,88); }
H1.HeaderClassName
{
color: #52B758;
}
.AnyTagClassName
{
color: #52B758;
}
</style>
background-color css
<style>
a { background-color: #52B758; }
a { background-color: rgb(82,183,88); }
div.DivClassName
{
background-color: #52B758;
}
.BgClassName
{
background-color: #52B758;
}
</style>
border-color css
<style>
span { border-color: #52B758; }
span { border-color: rgb(82,183,88); }
td.TdClassName
{
border-color: #52B758;
}
.TagClassName
{
border-color: #52B758;
}
</style>