Shades of Fruit Salad #53A154
Tints of Fruit Salad #53A154
RGB
CMYK
RGB Variations
Color information
#53A154 (or 0x53A154) is known color: Fruit Salad. HEX triplet: 53, A1 and 54. RGB value is (83,161,84). Sum of RGB (Red+Green+Blue) = 83+161+84=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #53A154 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A154 is #AC5EAB. Grayscale: #818181. Windows color (decimal): -11296428 or 5546323. OLE color: 5546323.
HSL color Cylindrical-coordinate representation of color #53A154: hue angle of 120.77º 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 #53A154 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 161 | 84 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.37 |
| HSL | 120.77º | 0.32% | 0.48% | - |
| HSV(B) | 120.77º | 0.48% | 0.63% | - |
| XYZ | 17.91 | 27.97 | 12.84 | - |
| YUV | 128.9 | 102.66 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 161 | 84 | 0.48 | 0 | 0.48 | 0.37 | 120.77 | 0.32 | 0.48 |
| Hex | 53 | A1 | 54 | 30 | 0 | 30 | 25 | 79 | 20 | 30 |
| Octal | 123 | 241 | 124 | 60 | 0 | 60 | 45 | 171 | 40 | 60 |
| Binary | 1010011 | 10100001 | 1010100 | 110000 | 0 | 110000 | 100101 | 1111001 | 100000 | 110000 |
Color Harmonies of #53A154
Complementary color
Monochromatic Colors of #53A154
Black with #53A154
Text Example
Text Example
White with #53A154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A154; }
p { color: rgb(83,161,84); }
H1.HeaderClassName
{
color: #53A154;
}
.AnyTagClassName
{
color: #53A154;
}
</style>
background-color css
<style>
a { background-color: #53A154; }
a { background-color: rgb(83,161,84); }
div.DivClassName
{
background-color: #53A154;
}
.BgClassName
{
background-color: #53A154;
}
</style>
border-color css
<style>
span { border-color: #53A154; }
span { border-color: rgb(83,161,84); }
td.TdClassName
{
border-color: #53A154;
}
.TagClassName
{
border-color: #53A154;
}
</style>