Shades of Fruit Salad #53AD56
Tints of Fruit Salad #53AD56
RGB
CMYK
RGB Variations
Color information
#53AD56 (or 0x53AD56) is known color: Fruit Salad. HEX triplet: 53, AD and 56. RGB value is (83,173,86). Sum of RGB (Red+Green+Blue) = 83+173+86=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD56 is #AC52A9. Grayscale: #888888. Windows color (decimal): -11293354 or 5680467. OLE color: 5680467.
HSL color Cylindrical-coordinate representation of color #53AD56: hue angle of 122º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AD56 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 86 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.32 |
| HSL | 122º | 0.35% | 0.5% | - |
| HSV(B) | 122º | 0.52% | 0.68% | - |
| XYZ | 20.19 | 32.4 | 13.99 | - |
| YUV | 136.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 86 | 0.52 | 0 | 0.50 | 0.32 | 122 | 0.35 | 0.5 |
| Hex | 53 | AD | 56 | 34 | 0 | 32 | 20 | 7A | 23 | 32 |
| Octal | 123 | 255 | 126 | 64 | 0 | 62 | 40 | 172 | 43 | 62 |
| Binary | 1010011 | 10101101 | 1010110 | 110100 | 0 | 110010 | 100000 | 1111010 | 100011 | 110010 |
Color Harmonies of #53AD56
Complementary color
Monochromatic Colors of #53AD56
Black with #53AD56
Text Example
Text Example
White with #53AD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD56; }
p { color: rgb(83,173,86); }
H1.HeaderClassName
{
color: #53AD56;
}
.AnyTagClassName
{
color: #53AD56;
}
</style>
background-color css
<style>
a { background-color: #53AD56; }
a { background-color: rgb(83,173,86); }
div.DivClassName
{
background-color: #53AD56;
}
.BgClassName
{
background-color: #53AD56;
}
</style>
border-color css
<style>
span { border-color: #53AD56; }
span { border-color: rgb(83,173,86); }
td.TdClassName
{
border-color: #53AD56;
}
.TagClassName
{
border-color: #53AD56;
}
</style>