Shades of Fruit Salad #53A04D
Tints of Fruit Salad #53A04D
RGB
CMYK
RGB Variations
Color information
#53A04D (or 0x53A04D) is known color: Fruit Salad. HEX triplet: 53, A0 and 4D. RGB value is (83,160,77). Sum of RGB (Red+Green+Blue) = 83+160+77=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 160 (62.89% from 255 or 50% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 160 - color contains mainly: green. Hex color #53A04D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A04D is #AC5FB2. Grayscale: #7F7F7F. Windows color (decimal): -11296691 or 5087315. OLE color: 5087315.
HSL color Cylindrical-coordinate representation of color #53A04D: hue angle of 115.66º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53A04D is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 160 | 77 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.37 |
| HSL | 115.66º | 0.35% | 0.46% | - |
| HSV(B) | 115.66º | 0.52% | 0.63% | - |
| XYZ | 17.48 | 27.52 | 11.41 | - |
| YUV | 127.52 | 99.49 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 160 | 77 | 0.48 | 0 | 0.52 | 0.37 | 115.66 | 0.35 | 0.46 |
| Hex | 53 | A0 | 4D | 30 | 0 | 34 | 25 | 74 | 23 | 2E |
| Octal | 123 | 240 | 115 | 60 | 0 | 64 | 45 | 164 | 43 | 56 |
| Binary | 1010011 | 10100000 | 1001101 | 110000 | 0 | 110100 | 100101 | 1110100 | 100011 | 101110 |
Color Harmonies of #53A04D
Complementary color
Monochromatic Colors of #53A04D
Black with #53A04D
Text Example
Text Example
White with #53A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A04D; }
p { color: rgb(83,160,77); }
H1.HeaderClassName
{
color: #53A04D;
}
.AnyTagClassName
{
color: #53A04D;
}
</style>
background-color css
<style>
a { background-color: #53A04D; }
a { background-color: rgb(83,160,77); }
div.DivClassName
{
background-color: #53A04D;
}
.BgClassName
{
background-color: #53A04D;
}
</style>
border-color css
<style>
span { border-color: #53A04D; }
span { border-color: rgb(83,160,77); }
td.TdClassName
{
border-color: #53A04D;
}
.TagClassName
{
border-color: #53A04D;
}
</style>