Shades of Fruit Salad #52B852
Tints of Fruit Salad #52B852
RGB
CMYK
RGB Variations
Color information
#52B852 (or 0x52B852) is known color: Fruit Salad. HEX triplet: 52, B8 and 52. RGB value is (82,184,82). Sum of RGB (Red+Green+Blue) = 82+184+82=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 184 (72.27% from 255 or 52.87% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 184 - color contains mainly: green. Hex color #52B852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B852 is #AD47AD. Grayscale: #8E8E8E. Windows color (decimal): -11356078 or 5421138. OLE color: 5421138.
HSL color Cylindrical-coordinate representation of color #52B852: hue angle of 120º degrees, saturation: 0.42, 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 #52B852 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 184 | 82 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.28 |
| HSL | 120º | 0.42% | 0.52% | - |
| HSV(B) | 120º | 0.55% | 0.72% | - |
| XYZ | 22.14 | 36.68 | 13.9 | - |
| YUV | 141.87 | 94.21 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 184 | 82 | 0.55 | 0 | 0.55 | 0.28 | 120 | 0.42 | 0.52 |
| Hex | 52 | B8 | 52 | 37 | 0 | 37 | 1C | 78 | 2A | 34 |
| Octal | 122 | 270 | 122 | 67 | 0 | 67 | 34 | 170 | 52 | 64 |
| Binary | 1010010 | 10111000 | 1010010 | 110111 | 0 | 110111 | 11100 | 1111000 | 101010 | 110100 |
Color Harmonies of #52B852
Complementary color
Monochromatic Colors of #52B852
Black with #52B852
Text Example
Text Example
White with #52B852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B852; }
p { color: rgb(82,184,82); }
H1.HeaderClassName
{
color: #52B852;
}
.AnyTagClassName
{
color: #52B852;
}
</style>
background-color css
<style>
a { background-color: #52B852; }
a { background-color: rgb(82,184,82); }
div.DivClassName
{
background-color: #52B852;
}
.BgClassName
{
background-color: #52B852;
}
</style>
border-color css
<style>
span { border-color: #52B852; }
span { border-color: rgb(82,184,82); }
td.TdClassName
{
border-color: #52B852;
}
.TagClassName
{
border-color: #52B852;
}
</style>