Shades of Fruit Salad #52B04F
Tints of Fruit Salad #52B04F
RGB
CMYK
RGB Variations
Color information
#52B04F (or 0x52B04F) is known color: Fruit Salad. HEX triplet: 52, B0 and 4F. RGB value is (82,176,79). Sum of RGB (Red+Green+Blue) = 82+176+79=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 176 (69.14% from 255 or 52.23% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 176 - color contains mainly: green. Hex color #52B04F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B04F is #AD4FB0. Grayscale: #898989. Windows color (decimal): -11358129 or 5222482. OLE color: 5222482.
HSL color Cylindrical-coordinate representation of color #52B04F: hue angle of 118.14º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B04F is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 176 | 79 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.31 |
| HSL | 118.14º | 0.38% | 0.5% | - |
| HSV(B) | 118.14º | 0.55% | 0.69% | - |
| XYZ | 20.42 | 33.41 | 12.77 | - |
| YUV | 136.84 | 95.36 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 176 | 79 | 0.53 | 0 | 0.55 | 0.31 | 118.14 | 0.38 | 0.5 |
| Hex | 52 | B0 | 4F | 35 | 0 | 37 | 1F | 76 | 26 | 32 |
| Octal | 122 | 260 | 117 | 65 | 0 | 67 | 37 | 166 | 46 | 62 |
| Binary | 1010010 | 10110000 | 1001111 | 110101 | 0 | 110111 | 11111 | 1110110 | 100110 | 110010 |
Color Harmonies of #52B04F
Complementary color
Monochromatic Colors of #52B04F
Black with #52B04F
Text Example
Text Example
White with #52B04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B04F; }
p { color: rgb(82,176,79); }
H1.HeaderClassName
{
color: #52B04F;
}
.AnyTagClassName
{
color: #52B04F;
}
</style>
background-color css
<style>
a { background-color: #52B04F; }
a { background-color: rgb(82,176,79); }
div.DivClassName
{
background-color: #52B04F;
}
.BgClassName
{
background-color: #52B04F;
}
</style>
border-color css
<style>
span { border-color: #52B04F; }
span { border-color: rgb(82,176,79); }
td.TdClassName
{
border-color: #52B04F;
}
.TagClassName
{
border-color: #52B04F;
}
</style>