Shades of Fruit Salad #53A249
Tints of Fruit Salad #53A249
RGB
CMYK
RGB Variations
Color information
#53A249 (or 0x53A249) is known color: Fruit Salad. HEX triplet: 53, A2 and 49. RGB value is (83,162,73). Sum of RGB (Red+Green+Blue) = 83+162+73=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #53A249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A249 is #AC5DB6. Grayscale: #808080. Windows color (decimal): -11296183 or 4825683. OLE color: 4825683.
HSL color Cylindrical-coordinate representation of color #53A249: hue angle of 113.26º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53A249 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 162 | 73 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.36 |
| HSL | 113.26º | 0.38% | 0.46% | - |
| HSV(B) | 113.26º | 0.55% | 0.64% | - |
| XYZ | 17.69 | 28.16 | 10.81 | - |
| YUV | 128.23 | 96.83 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 162 | 73 | 0.49 | 0 | 0.55 | 0.36 | 113.26 | 0.38 | 0.46 |
| Hex | 53 | A2 | 49 | 31 | 0 | 37 | 24 | 71 | 26 | 2E |
| Octal | 123 | 242 | 111 | 61 | 0 | 67 | 44 | 161 | 46 | 56 |
| Binary | 1010011 | 10100010 | 1001001 | 110001 | 0 | 110111 | 100100 | 1110001 | 100110 | 101110 |
Color Harmonies of #53A249
Complementary color
Monochromatic Colors of #53A249
Black with #53A249
Text Example
Text Example
White with #53A249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A249; }
p { color: rgb(83,162,73); }
H1.HeaderClassName
{
color: #53A249;
}
.AnyTagClassName
{
color: #53A249;
}
</style>
background-color css
<style>
a { background-color: #53A249; }
a { background-color: rgb(83,162,73); }
div.DivClassName
{
background-color: #53A249;
}
.BgClassName
{
background-color: #53A249;
}
</style>
border-color css
<style>
span { border-color: #53A249; }
span { border-color: rgb(83,162,73); }
td.TdClassName
{
border-color: #53A249;
}
.TagClassName
{
border-color: #53A249;
}
</style>