Shades of Fruit Salad #53A25E
Tints of Fruit Salad #53A25E
RGB
CMYK
RGB Variations
Color information
#53A25E (or 0x53A25E) is known color: Fruit Salad. HEX triplet: 53, A2 and 5E. RGB value is (83,162,94). Sum of RGB (Red+Green+Blue) = 83+162+94=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #53A25E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A25E is #AC5DA1. Grayscale: #828282. Windows color (decimal): -11296162 or 6201939. OLE color: 6201939.
HSL color Cylindrical-coordinate representation of color #53A25E: hue angle of 128.35º degrees, saturation: 0.32, 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 #53A25E is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 162 | 94 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.36 |
| HSL | 128.35º | 0.32% | 0.48% | - |
| HSV(B) | 128.35º | 0.49% | 0.64% | - |
| XYZ | 18.51 | 28.49 | 15.11 | - |
| YUV | 130.63 | 107.33 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 162 | 94 | 0.49 | 0 | 0.42 | 0.36 | 128.35 | 0.32 | 0.48 |
| Hex | 53 | A2 | 5E | 31 | 0 | 2A | 24 | 80 | 20 | 30 |
| Octal | 123 | 242 | 136 | 61 | 0 | 52 | 44 | 200 | 40 | 60 |
| Binary | 1010011 | 10100010 | 1011110 | 110001 | 0 | 101010 | 100100 | 10000000 | 100000 | 110000 |
Color Harmonies of #53A25E
Complementary color
Monochromatic Colors of #53A25E
Black with #53A25E
Text Example
Text Example
White with #53A25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A25E; }
p { color: rgb(83,162,94); }
H1.HeaderClassName
{
color: #53A25E;
}
.AnyTagClassName
{
color: #53A25E;
}
</style>
background-color css
<style>
a { background-color: #53A25E; }
a { background-color: rgb(83,162,94); }
div.DivClassName
{
background-color: #53A25E;
}
.BgClassName
{
background-color: #53A25E;
}
</style>
border-color css
<style>
span { border-color: #53A25E; }
span { border-color: rgb(83,162,94); }
td.TdClassName
{
border-color: #53A25E;
}
.TagClassName
{
border-color: #53A25E;
}
</style>