Shades of Fruit Salad #52A154
Tints of Fruit Salad #52A154
RGB
CMYK
RGB Variations
Color information
#52A154 (or 0x52A154) is known color: Fruit Salad. HEX triplet: 52, A1 and 54. RGB value is (82,161,84). Sum of RGB (Red+Green+Blue) = 82+161+84=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #52A154 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A154 is #AD5EAB. Grayscale: #808080. Windows color (decimal): -11361964 or 5546322. OLE color: 5546322.
HSL color Cylindrical-coordinate representation of color #52A154: hue angle of 121.52º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A154 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 161 | 84 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.37 |
| HSL | 121.52º | 0.33% | 0.48% | - |
| HSV(B) | 121.52º | 0.49% | 0.63% | - |
| XYZ | 17.82 | 27.92 | 12.84 | - |
| YUV | 128.6 | 102.83 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 161 | 84 | 0.49 | 0 | 0.48 | 0.37 | 121.52 | 0.33 | 0.48 |
| Hex | 52 | A1 | 54 | 31 | 0 | 30 | 25 | 7A | 21 | 30 |
| Octal | 122 | 241 | 124 | 61 | 0 | 60 | 45 | 172 | 41 | 60 |
| Binary | 1010010 | 10100001 | 1010100 | 110001 | 0 | 110000 | 100101 | 1111010 | 100001 | 110000 |
Color Harmonies of #52A154
Complementary color
Monochromatic Colors of #52A154
Black with #52A154
Text Example
Text Example
White with #52A154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A154; }
p { color: rgb(82,161,84); }
H1.HeaderClassName
{
color: #52A154;
}
.AnyTagClassName
{
color: #52A154;
}
</style>
background-color css
<style>
a { background-color: #52A154; }
a { background-color: rgb(82,161,84); }
div.DivClassName
{
background-color: #52A154;
}
.BgClassName
{
background-color: #52A154;
}
</style>
border-color css
<style>
span { border-color: #52A154; }
span { border-color: rgb(82,161,84); }
td.TdClassName
{
border-color: #52A154;
}
.TagClassName
{
border-color: #52A154;
}
</style>