Shades of Fruit Salad #53A750
Tints of Fruit Salad #53A750
RGB
CMYK
RGB Variations
Color information
#53A750 (or 0x53A750) is known color: Fruit Salad. HEX triplet: 53, A7 and 50. RGB value is (83,167,80). Sum of RGB (Red+Green+Blue) = 83+167+80=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 167 (65.62% from 255 or 50.61% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 167 - color contains mainly: green. Hex color #53A750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A750 is #AC58AF. Grayscale: #848484. Windows color (decimal): -11294896 or 5285715. OLE color: 5285715.
HSL color Cylindrical-coordinate representation of color #53A750: hue angle of 117.93º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53A750 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 167 | 80 | - |
| CMYK | 0.50 | 0 | 0.52 | 0.35 |
| HSL | 117.93º | 0.35% | 0.48% | - |
| HSV(B) | 117.93º | 0.52% | 0.65% | - |
| XYZ | 18.83 | 30.06 | 12.4 | - |
| YUV | 131.97 | 98.67 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 167 | 80 | 0.50 | 0 | 0.52 | 0.35 | 117.93 | 0.35 | 0.48 |
| Hex | 53 | A7 | 50 | 32 | 0 | 34 | 23 | 76 | 23 | 30 |
| Octal | 123 | 247 | 120 | 62 | 0 | 64 | 43 | 166 | 43 | 60 |
| Binary | 1010011 | 10100111 | 1010000 | 110010 | 0 | 110100 | 100011 | 1110110 | 100011 | 110000 |
Color Harmonies of #53A750
Complementary color
Monochromatic Colors of #53A750
Black with #53A750
Text Example
Text Example
White with #53A750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A750; }
p { color: rgb(83,167,80); }
H1.HeaderClassName
{
color: #53A750;
}
.AnyTagClassName
{
color: #53A750;
}
</style>
background-color css
<style>
a { background-color: #53A750; }
a { background-color: rgb(83,167,80); }
div.DivClassName
{
background-color: #53A750;
}
.BgClassName
{
background-color: #53A750;
}
</style>
border-color css
<style>
span { border-color: #53A750; }
span { border-color: rgb(83,167,80); }
td.TdClassName
{
border-color: #53A750;
}
.TagClassName
{
border-color: #53A750;
}
</style>