Shades of Fruit Salad #53A852
Tints of Fruit Salad #53A852
RGB
CMYK
RGB Variations
Color information
#53A852 (or 0x53A852) is known color: Fruit Salad. HEX triplet: 53, A8 and 52. RGB value is (83,168,82). Sum of RGB (Red+Green+Blue) = 83+168+82=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 168 (66.02% from 255 or 50.45% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 168 - color contains mainly: green. Hex color #53A852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A852 is #AC57AD. Grayscale: #858585. Windows color (decimal): -11294638 or 5417043. OLE color: 5417043.
HSL color Cylindrical-coordinate representation of color #53A852: hue angle of 119.3º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A852 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 168 | 82 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.34 |
| HSL | 119.3º | 0.34% | 0.49% | - |
| HSV(B) | 119.3º | 0.51% | 0.66% | - |
| XYZ | 19.09 | 30.45 | 12.85 | - |
| YUV | 132.78 | 99.34 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 82 | 0.51 | 0 | 0.51 | 0.34 | 119.3 | 0.34 | 0.49 |
| Hex | 53 | A8 | 52 | 33 | 0 | 33 | 22 | 77 | 22 | 31 |
| Octal | 123 | 250 | 122 | 63 | 0 | 63 | 42 | 167 | 42 | 61 |
| Binary | 1010011 | 10101000 | 1010010 | 110011 | 0 | 110011 | 100010 | 1110111 | 100010 | 110001 |
Color Harmonies of #53A852
Complementary color
Monochromatic Colors of #53A852
Black with #53A852
Text Example
Text Example
White with #53A852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A852; }
p { color: rgb(83,168,82); }
H1.HeaderClassName
{
color: #53A852;
}
.AnyTagClassName
{
color: #53A852;
}
</style>
background-color css
<style>
a { background-color: #53A852; }
a { background-color: rgb(83,168,82); }
div.DivClassName
{
background-color: #53A852;
}
.BgClassName
{
background-color: #53A852;
}
</style>
border-color css
<style>
span { border-color: #53A852; }
span { border-color: rgb(83,168,82); }
td.TdClassName
{
border-color: #53A852;
}
.TagClassName
{
border-color: #53A852;
}
</style>