Shades of Fruit Salad #53AC5E
Tints of Fruit Salad #53AC5E
RGB
CMYK
RGB Variations
Color information
#53AC5E (or 0x53AC5E) is known color: Fruit Salad. HEX triplet: 53, AC and 5E. RGB value is (83,172,94). Sum of RGB (Red+Green+Blue) = 83+172+94=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AC5E is #AC53A1. Grayscale: #888888. Windows color (decimal): -11293602 or 6204499. OLE color: 6204499.
HSL color Cylindrical-coordinate representation of color #53AC5E: hue angle of 127.42º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AC5E is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 172 | 94 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.33 |
| HSL | 127.42º | 0.35% | 0.5% | - |
| HSV(B) | 127.42º | 0.52% | 0.67% | - |
| XYZ | 20.34 | 32.15 | 15.72 | - |
| YUV | 136.5 | 104.01 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 172 | 94 | 0.52 | 0 | 0.45 | 0.33 | 127.42 | 0.35 | 0.5 |
| Hex | 53 | AC | 5E | 34 | 0 | 2D | 21 | 7F | 23 | 32 |
| Octal | 123 | 254 | 136 | 64 | 0 | 55 | 41 | 177 | 43 | 62 |
| Binary | 1010011 | 10101100 | 1011110 | 110100 | 0 | 101101 | 100001 | 1111111 | 100011 | 110010 |
Color Harmonies of #53AC5E
Complementary color
Monochromatic Colors of #53AC5E
Black with #53AC5E
Text Example
Text Example
White with #53AC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AC5E; }
p { color: rgb(83,172,94); }
H1.HeaderClassName
{
color: #53AC5E;
}
.AnyTagClassName
{
color: #53AC5E;
}
</style>
background-color css
<style>
a { background-color: #53AC5E; }
a { background-color: rgb(83,172,94); }
div.DivClassName
{
background-color: #53AC5E;
}
.BgClassName
{
background-color: #53AC5E;
}
</style>
border-color css
<style>
span { border-color: #53AC5E; }
span { border-color: rgb(83,172,94); }
td.TdClassName
{
border-color: #53AC5E;
}
.TagClassName
{
border-color: #53AC5E;
}
</style>