Shades of Fruit Salad #52B94F
Tints of Fruit Salad #52B94F
RGB
CMYK
RGB Variations
Color information
#52B94F (or 0x52B94F) is known color: Fruit Salad. HEX triplet: 52, B9 and 4F. RGB value is (82,185,79). Sum of RGB (Red+Green+Blue) = 82+185+79=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 185 (72.66% from 255 or 53.47% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 185 - color contains mainly: green. Hex color #52B94F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B94F is #AD46B0. Grayscale: #8E8E8E. Windows color (decimal): -11355825 or 5224786. OLE color: 5224786.
HSL color Cylindrical-coordinate representation of color #52B94F: hue angle of 118.3º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52B94F is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 185 | 79 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.27 |
| HSL | 118.3º | 0.43% | 0.52% | - |
| HSV(B) | 118.3º | 0.57% | 0.73% | - |
| XYZ | 22.24 | 37.06 | 13.38 | - |
| YUV | 142.12 | 92.38 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 185 | 79 | 0.56 | 0 | 0.57 | 0.27 | 118.3 | 0.43 | 0.52 |
| Hex | 52 | B9 | 4F | 38 | 0 | 39 | 1B | 76 | 2B | 34 |
| Octal | 122 | 271 | 117 | 70 | 0 | 71 | 33 | 166 | 53 | 64 |
| Binary | 1010010 | 10111001 | 1001111 | 111000 | 0 | 111001 | 11011 | 1110110 | 101011 | 110100 |
Color Harmonies of #52B94F
Complementary color
Monochromatic Colors of #52B94F
Black with #52B94F
Text Example
Text Example
White with #52B94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B94F; }
p { color: rgb(82,185,79); }
H1.HeaderClassName
{
color: #52B94F;
}
.AnyTagClassName
{
color: #52B94F;
}
</style>
background-color css
<style>
a { background-color: #52B94F; }
a { background-color: rgb(82,185,79); }
div.DivClassName
{
background-color: #52B94F;
}
.BgClassName
{
background-color: #52B94F;
}
</style>
border-color css
<style>
span { border-color: #52B94F; }
span { border-color: rgb(82,185,79); }
td.TdClassName
{
border-color: #52B94F;
}
.TagClassName
{
border-color: #52B94F;
}
</style>