Shades of Fruit Salad #53A353
Tints of Fruit Salad #53A353
RGB
CMYK
RGB Variations
Color information
#53A353 (or 0x53A353) is known color: Fruit Salad. HEX triplet: 53, A3 and 53. RGB value is (83,163,83). Sum of RGB (Red+Green+Blue) = 83+163+83=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 163 (64.06% from 255 or 49.54% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 163 - color contains mainly: green. Hex color #53A353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A353 is #AC5CAC. Grayscale: #828282. Windows color (decimal): -11295917 or 5481299. OLE color: 5481299.
HSL color Cylindrical-coordinate representation of color #53A353: hue angle of 120º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A353 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 163 | 83 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.36 |
| HSL | 120º | 0.33% | 0.48% | - |
| HSV(B) | 120º | 0.49% | 0.64% | - |
| XYZ | 18.23 | 28.66 | 12.75 | - |
| YUV | 129.96 | 101.5 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 83 | 0.49 | 0 | 0.49 | 0.36 | 120 | 0.33 | 0.48 |
| Hex | 53 | A3 | 53 | 31 | 0 | 31 | 24 | 78 | 21 | 30 |
| Octal | 123 | 243 | 123 | 61 | 0 | 61 | 44 | 170 | 41 | 60 |
| Binary | 1010011 | 10100011 | 1010011 | 110001 | 0 | 110001 | 100100 | 1111000 | 100001 | 110000 |
Color Harmonies of #53A353
Complementary color
Monochromatic Colors of #53A353
Black with #53A353
Text Example
Text Example
White with #53A353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A353; }
p { color: rgb(83,163,83); }
H1.HeaderClassName
{
color: #53A353;
}
.AnyTagClassName
{
color: #53A353;
}
</style>
background-color css
<style>
a { background-color: #53A353; }
a { background-color: rgb(83,163,83); }
div.DivClassName
{
background-color: #53A353;
}
.BgClassName
{
background-color: #53A353;
}
</style>
border-color css
<style>
span { border-color: #53A353; }
span { border-color: rgb(83,163,83); }
td.TdClassName
{
border-color: #53A353;
}
.TagClassName
{
border-color: #53A353;
}
</style>