Shades of Fruit Salad #52C251
Tints of Fruit Salad #52C251
RGB
CMYK
RGB Variations
Color information
#52C251 (or 0x52C251) is known color: Fruit Salad. HEX triplet: 52, C2 and 51. RGB value is (82,194,81). Sum of RGB (Red+Green+Blue) = 82+194+81=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #52C251 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C251 is #AD3DAE. Grayscale: #939393. Windows color (decimal): -11353519 or 5358162. OLE color: 5358162.
HSL color Cylindrical-coordinate representation of color #52C251: hue angle of 119.47º 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 #52C251 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 81 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.24 |
| HSL | 119.47º | 0.48% | 0.54% | - |
| HSV(B) | 119.47º | 0.58% | 0.76% | - |
| XYZ | 24.26 | 40.97 | 14.41 | - |
| YUV | 147.63 | 90.39 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 81 | 0.58 | 0 | 0.58 | 0.24 | 119.47 | 0.48 | 0.54 |
| Hex | 52 | C2 | 51 | 3A | 0 | 3A | 18 | 77 | 30 | 36 |
| Octal | 122 | 302 | 121 | 72 | 0 | 72 | 30 | 167 | 60 | 66 |
| Binary | 1010010 | 11000010 | 1010001 | 111010 | 0 | 111010 | 11000 | 1110111 | 110000 | 110110 |
Color Harmonies of #52C251
Complementary color
Monochromatic Colors of #52C251
Black with #52C251
Text Example
Text Example
White with #52C251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C251; }
p { color: rgb(82,194,81); }
H1.HeaderClassName
{
color: #52C251;
}
.AnyTagClassName
{
color: #52C251;
}
</style>
background-color css
<style>
a { background-color: #52C251; }
a { background-color: rgb(82,194,81); }
div.DivClassName
{
background-color: #52C251;
}
.BgClassName
{
background-color: #52C251;
}
</style>
border-color css
<style>
span { border-color: #52C251; }
span { border-color: rgb(82,194,81); }
td.TdClassName
{
border-color: #52C251;
}
.TagClassName
{
border-color: #52C251;
}
</style>