Shades of Fruit Salad #52C04F
Tints of Fruit Salad #52C04F
RGB
CMYK
RGB Variations
Color information
#52C04F (or 0x52C04F) is known color: Fruit Salad. HEX triplet: 52, C0 and 4F. RGB value is (82,192,79). Sum of RGB (Red+Green+Blue) = 82+192+79=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #52C04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C04F is #AD3FB0. Grayscale: #929292. Windows color (decimal): -11354033 or 5226578. OLE color: 5226578.
HSL color Cylindrical-coordinate representation of color #52C04F: hue angle of 118.41º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C04F is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 79 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.25 |
| HSL | 118.41º | 0.47% | 0.53% | - |
| HSV(B) | 118.41º | 0.59% | 0.75% | - |
| XYZ | 23.74 | 40.06 | 13.88 | - |
| YUV | 146.23 | 90.06 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 79 | 0.57 | 0 | 0.59 | 0.25 | 118.41 | 0.47 | 0.53 |
| Hex | 52 | C0 | 4F | 39 | 0 | 3B | 19 | 76 | 2F | 35 |
| Octal | 122 | 300 | 117 | 71 | 0 | 73 | 31 | 166 | 57 | 65 |
| Binary | 1010010 | 11000000 | 1001111 | 111001 | 0 | 111011 | 11001 | 1110110 | 101111 | 110101 |
Color Harmonies of #52C04F
Complementary color
Monochromatic Colors of #52C04F
Black with #52C04F
Text Example
Text Example
White with #52C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C04F; }
p { color: rgb(82,192,79); }
H1.HeaderClassName
{
color: #52C04F;
}
.AnyTagClassName
{
color: #52C04F;
}
</style>
background-color css
<style>
a { background-color: #52C04F; }
a { background-color: rgb(82,192,79); }
div.DivClassName
{
background-color: #52C04F;
}
.BgClassName
{
background-color: #52C04F;
}
</style>
border-color css
<style>
span { border-color: #52C04F; }
span { border-color: rgb(82,192,79); }
td.TdClassName
{
border-color: #52C04F;
}
.TagClassName
{
border-color: #52C04F;
}
</style>