Shades of Fruit Salad #52B156
Tints of Fruit Salad #52B156
RGB
CMYK
RGB Variations
Color information
#52B156 (or 0x52B156) is known color: Fruit Salad. HEX triplet: 52, B1 and 56. RGB value is (82,177,86). Sum of RGB (Red+Green+Blue) = 82+177+86=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #52B156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B156 is #AD4EA9. Grayscale: #8A8A8A. Windows color (decimal): -11357866 or 5681490. OLE color: 5681490.
HSL color Cylindrical-coordinate representation of color #52B156: hue angle of 122.53º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B156 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 177 | 86 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.31 |
| HSL | 122.53º | 0.38% | 0.51% | - |
| HSV(B) | 122.53º | 0.54% | 0.69% | - |
| XYZ | 20.88 | 33.91 | 14.25 | - |
| YUV | 138.22 | 98.53 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 177 | 86 | 0.54 | 0 | 0.51 | 0.31 | 122.53 | 0.38 | 0.51 |
| Hex | 52 | B1 | 56 | 36 | 0 | 33 | 1F | 7B | 26 | 33 |
| Octal | 122 | 261 | 126 | 66 | 0 | 63 | 37 | 173 | 46 | 63 |
| Binary | 1010010 | 10110001 | 1010110 | 110110 | 0 | 110011 | 11111 | 1111011 | 100110 | 110011 |
Color Harmonies of #52B156
Complementary color
Monochromatic Colors of #52B156
Black with #52B156
Text Example
Text Example
White with #52B156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B156; }
p { color: rgb(82,177,86); }
H1.HeaderClassName
{
color: #52B156;
}
.AnyTagClassName
{
color: #52B156;
}
</style>
background-color css
<style>
a { background-color: #52B156; }
a { background-color: rgb(82,177,86); }
div.DivClassName
{
background-color: #52B156;
}
.BgClassName
{
background-color: #52B156;
}
</style>
border-color css
<style>
span { border-color: #52B156; }
span { border-color: rgb(82,177,86); }
td.TdClassName
{
border-color: #52B156;
}
.TagClassName
{
border-color: #52B156;
}
</style>