Shades of Fruit Salad #52C04D
Tints of Fruit Salad #52C04D
RGB
CMYK
RGB Variations
Color information
#52C04D (or 0x52C04D) is known color: Fruit Salad. HEX triplet: 52, C0 and 4D. RGB value is (82,192,77). Sum of RGB (Red+Green+Blue) = 82+192+77=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #52C04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C04D is #AD3FB2. Grayscale: #929292. Windows color (decimal): -11354035 or 5095506. OLE color: 5095506.
HSL color Cylindrical-coordinate representation of color #52C04D: hue angle of 117.39º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52C04D is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 77 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.25 |
| HSL | 117.39º | 0.48% | 0.53% | - |
| HSV(B) | 117.39º | 0.6% | 0.75% | - |
| XYZ | 23.67 | 40.03 | 13.5 | - |
| YUV | 146 | 89.06 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 77 | 0.57 | 0 | 0.60 | 0.25 | 117.39 | 0.48 | 0.53 |
| Hex | 52 | C0 | 4D | 39 | 0 | 3C | 19 | 75 | 30 | 35 |
| Octal | 122 | 300 | 115 | 71 | 0 | 74 | 31 | 165 | 60 | 65 |
| Binary | 1010010 | 11000000 | 1001101 | 111001 | 0 | 111100 | 11001 | 1110101 | 110000 | 110101 |
Color Harmonies of #52C04D
Complementary color
Monochromatic Colors of #52C04D
Black with #52C04D
Text Example
Text Example
White with #52C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C04D; }
p { color: rgb(82,192,77); }
H1.HeaderClassName
{
color: #52C04D;
}
.AnyTagClassName
{
color: #52C04D;
}
</style>
background-color css
<style>
a { background-color: #52C04D; }
a { background-color: rgb(82,192,77); }
div.DivClassName
{
background-color: #52C04D;
}
.BgClassName
{
background-color: #52C04D;
}
</style>
border-color css
<style>
span { border-color: #52C04D; }
span { border-color: rgb(82,192,77); }
td.TdClassName
{
border-color: #52C04D;
}
.TagClassName
{
border-color: #52C04D;
}
</style>