Shades of Fruit Salad #52B254
Tints of Fruit Salad #52B254
RGB
CMYK
RGB Variations
Color information
#52B254 (or 0x52B254) is known color: Fruit Salad. HEX triplet: 52, B2 and 54. RGB value is (82,178,84). Sum of RGB (Red+Green+Blue) = 82+178+84=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 178 (69.92% from 255 or 51.74% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 178 - color contains mainly: green. Hex color #52B254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B254 is #AD4DAB. Grayscale: #8A8A8A. Windows color (decimal): -11357612 or 5550674. OLE color: 5550674.
HSL color Cylindrical-coordinate representation of color #52B254: hue angle of 121.25º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B254 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 178 | 84 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.30 |
| HSL | 121.25º | 0.38% | 0.51% | - |
| HSV(B) | 121.25º | 0.54% | 0.7% | - |
| XYZ | 21 | 34.27 | 13.9 | - |
| YUV | 138.58 | 97.2 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 84 | 0.54 | 0 | 0.53 | 0.30 | 121.25 | 0.38 | 0.51 |
| Hex | 52 | B2 | 54 | 36 | 0 | 35 | 1E | 79 | 26 | 33 |
| Octal | 122 | 262 | 124 | 66 | 0 | 65 | 36 | 171 | 46 | 63 |
| Binary | 1010010 | 10110010 | 1010100 | 110110 | 0 | 110101 | 11110 | 1111001 | 100110 | 110011 |
Color Harmonies of #52B254
Complementary color
Monochromatic Colors of #52B254
Black with #52B254
Text Example
Text Example
White with #52B254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B254; }
p { color: rgb(82,178,84); }
H1.HeaderClassName
{
color: #52B254;
}
.AnyTagClassName
{
color: #52B254;
}
</style>
background-color css
<style>
a { background-color: #52B254; }
a { background-color: rgb(82,178,84); }
div.DivClassName
{
background-color: #52B254;
}
.BgClassName
{
background-color: #52B254;
}
</style>
border-color css
<style>
span { border-color: #52B254; }
span { border-color: rgb(82,178,84); }
td.TdClassName
{
border-color: #52B254;
}
.TagClassName
{
border-color: #52B254;
}
</style>