Shades of Fruit Salad #52B147
Tints of Fruit Salad #52B147
RGB
CMYK
RGB Variations
Color information
#52B147 (or 0x52B147) is known color: Fruit Salad. HEX triplet: 52, B1 and 47. RGB value is (82,177,71). Sum of RGB (Red+Green+Blue) = 82+177+71=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #52B147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52B147 is #AD4EB8. Grayscale: #888888. Windows color (decimal): -11357881 or 4698450. OLE color: 4698450.
HSL color Cylindrical-coordinate representation of color #52B147: hue angle of 113.77º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52B147 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 177 | 71 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.31 |
| HSL | 113.77º | 0.43% | 0.49% | - |
| HSV(B) | 113.77º | 0.6% | 0.69% | - |
| XYZ | 20.34 | 33.69 | 11.39 | - |
| YUV | 136.51 | 91.03 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 177 | 71 | 0.54 | 0 | 0.60 | 0.31 | 113.77 | 0.43 | 0.49 |
| Hex | 52 | B1 | 47 | 36 | 0 | 3C | 1F | 72 | 2B | 31 |
| Octal | 122 | 261 | 107 | 66 | 0 | 74 | 37 | 162 | 53 | 61 |
| Binary | 1010010 | 10110001 | 1000111 | 110110 | 0 | 111100 | 11111 | 1110010 | 101011 | 110001 |
Color Harmonies of #52B147
Complementary color
Monochromatic Colors of #52B147
Black with #52B147
Text Example
Text Example
White with #52B147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B147; }
p { color: rgb(82,177,71); }
H1.HeaderClassName
{
color: #52B147;
}
.AnyTagClassName
{
color: #52B147;
}
</style>
background-color css
<style>
a { background-color: #52B147; }
a { background-color: rgb(82,177,71); }
div.DivClassName
{
background-color: #52B147;
}
.BgClassName
{
background-color: #52B147;
}
</style>
border-color css
<style>
span { border-color: #52B147; }
span { border-color: rgb(82,177,71); }
td.TdClassName
{
border-color: #52B147;
}
.TagClassName
{
border-color: #52B147;
}
</style>