Shades of Fruit Salad #52C252
Tints of Fruit Salad #52C252
RGB
CMYK
RGB Variations
Color information
#52C252 (or 0x52C252) is known color: Fruit Salad. HEX triplet: 52, C2 and 52. RGB value is (82,194,82). Sum of RGB (Red+Green+Blue) = 82+194+82=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #52C252 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C252 is #AD3DAD. Grayscale: #949494. Windows color (decimal): -11353518 or 5423698. OLE color: 5423698.
HSL color Cylindrical-coordinate representation of color #52C252: hue angle of 120º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C252 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 82 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.24 |
| HSL | 120º | 0.48% | 0.54% | - |
| HSV(B) | 120º | 0.58% | 0.76% | - |
| XYZ | 24.29 | 40.99 | 14.61 | - |
| YUV | 147.74 | 90.89 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 82 | 0.58 | 0 | 0.58 | 0.24 | 120 | 0.48 | 0.54 |
| Hex | 52 | C2 | 52 | 3A | 0 | 3A | 18 | 78 | 30 | 36 |
| Octal | 122 | 302 | 122 | 72 | 0 | 72 | 30 | 170 | 60 | 66 |
| Binary | 1010010 | 11000010 | 1010010 | 111010 | 0 | 111010 | 11000 | 1111000 | 110000 | 110110 |
Color Harmonies of #52C252
Complementary color
Monochromatic Colors of #52C252
Black with #52C252
Text Example
Text Example
White with #52C252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C252; }
p { color: rgb(82,194,82); }
H1.HeaderClassName
{
color: #52C252;
}
.AnyTagClassName
{
color: #52C252;
}
</style>
background-color css
<style>
a { background-color: #52C252; }
a { background-color: rgb(82,194,82); }
div.DivClassName
{
background-color: #52C252;
}
.BgClassName
{
background-color: #52C252;
}
</style>
border-color css
<style>
span { border-color: #52C252; }
span { border-color: rgb(82,194,82); }
td.TdClassName
{
border-color: #52C252;
}
.TagClassName
{
border-color: #52C252;
}
</style>