Shades of Fruit Salad #53A846
Tints of Fruit Salad #53A846
RGB
CMYK
RGB Variations
Color information
#53A846 (or 0x53A846) is known color: Fruit Salad. HEX triplet: 53, A8 and 46. RGB value is (83,168,70). Sum of RGB (Red+Green+Blue) = 83+168+70=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 168 (66.02% from 255 or 52.34% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 168 - color contains mainly: green. Hex color #53A846 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A846 is #AC57B9. Grayscale: #838383. Windows color (decimal): -11294650 or 4630611. OLE color: 4630611.
HSL color Cylindrical-coordinate representation of color #53A846: hue angle of 112.04º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53A846 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 168 | 70 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.34 |
| HSL | 112.04º | 0.41% | 0.47% | - |
| HSV(B) | 112.04º | 0.58% | 0.66% | - |
| XYZ | 18.68 | 30.29 | 10.66 | - |
| YUV | 131.41 | 93.34 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 70 | 0.51 | 0 | 0.58 | 0.34 | 112.04 | 0.41 | 0.47 |
| Hex | 53 | A8 | 46 | 33 | 0 | 3A | 22 | 70 | 29 | 2F |
| Octal | 123 | 250 | 106 | 63 | 0 | 72 | 42 | 160 | 51 | 57 |
| Binary | 1010011 | 10101000 | 1000110 | 110011 | 0 | 111010 | 100010 | 1110000 | 101001 | 101111 |
Color Harmonies of #53A846
Complementary color
Monochromatic Colors of #53A846
Black with #53A846
Text Example
Text Example
White with #53A846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A846; }
p { color: rgb(83,168,70); }
H1.HeaderClassName
{
color: #53A846;
}
.AnyTagClassName
{
color: #53A846;
}
</style>
background-color css
<style>
a { background-color: #53A846; }
a { background-color: rgb(83,168,70); }
div.DivClassName
{
background-color: #53A846;
}
.BgClassName
{
background-color: #53A846;
}
</style>
border-color css
<style>
span { border-color: #53A846; }
span { border-color: rgb(83,168,70); }
td.TdClassName
{
border-color: #53A846;
}
.TagClassName
{
border-color: #53A846;
}
</style>