Shades of Fruit Salad #53A153
Tints of Fruit Salad #53A153
RGB
CMYK
RGB Variations
Color information
#53A153 (or 0x53A153) is known color: Fruit Salad. HEX triplet: 53, A1 and 53. RGB value is (83,161,83). Sum of RGB (Red+Green+Blue) = 83+161+83=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #53A153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A153 is #AC5EAC. Grayscale: #818181. Windows color (decimal): -11296429 or 5480787. OLE color: 5480787.
HSL color Cylindrical-coordinate representation of color #53A153: hue angle of 120º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A153 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 161 | 83 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.37 |
| HSL | 120º | 0.32% | 0.48% | - |
| HSV(B) | 120º | 0.48% | 0.63% | - |
| XYZ | 17.87 | 27.95 | 12.64 | - |
| YUV | 128.79 | 102.16 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 161 | 83 | 0.48 | 0 | 0.48 | 0.37 | 120 | 0.32 | 0.48 |
| Hex | 53 | A1 | 53 | 30 | 0 | 30 | 25 | 78 | 20 | 30 |
| Octal | 123 | 241 | 123 | 60 | 0 | 60 | 45 | 170 | 40 | 60 |
| Binary | 1010011 | 10100001 | 1010011 | 110000 | 0 | 110000 | 100101 | 1111000 | 100000 | 110000 |
Color Harmonies of #53A153
Complementary color
Monochromatic Colors of #53A153
Black with #53A153
Text Example
Text Example
White with #53A153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A153; }
p { color: rgb(83,161,83); }
H1.HeaderClassName
{
color: #53A153;
}
.AnyTagClassName
{
color: #53A153;
}
</style>
background-color css
<style>
a { background-color: #53A153; }
a { background-color: rgb(83,161,83); }
div.DivClassName
{
background-color: #53A153;
}
.BgClassName
{
background-color: #53A153;
}
</style>
border-color css
<style>
span { border-color: #53A153; }
span { border-color: rgb(83,161,83); }
td.TdClassName
{
border-color: #53A153;
}
.TagClassName
{
border-color: #53A153;
}
</style>