Shades of Fruit Salad #53984E
Tints of Fruit Salad #53984E
RGB
CMYK
RGB Variations
Color information
#53984E (or 0x53984E) is known color: Fruit Salad. HEX triplet: 53, 98 and 4E. RGB value is (83,152,78). Sum of RGB (Red+Green+Blue) = 83+152+78=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #53984E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53984E is #AC67B1. Grayscale: #7B7B7B. Windows color (decimal): -11298738 or 5150803. OLE color: 5150803.
HSL color Cylindrical-coordinate representation of color #53984E: hue angle of 115.95º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53984E is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 152 | 78 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.40 |
| HSL | 115.95º | 0.32% | 0.45% | - |
| HSV(B) | 115.95º | 0.49% | 0.6% | - |
| XYZ | 16.17 | 24.85 | 11.15 | - |
| YUV | 122.93 | 102.64 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 152 | 78 | 0.45 | 0 | 0.49 | 0.40 | 115.95 | 0.32 | 0.45 |
| Hex | 53 | 98 | 4E | 2D | 0 | 31 | 28 | 74 | 20 | 2D |
| Octal | 123 | 230 | 116 | 55 | 0 | 61 | 50 | 164 | 40 | 55 |
| Binary | 1010011 | 10011000 | 1001110 | 101101 | 0 | 110001 | 101000 | 1110100 | 100000 | 101101 |
Color Harmonies of #53984E
Complementary color
Monochromatic Colors of #53984E
Black with #53984E
Text Example
Text Example
White with #53984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53984E; }
p { color: rgb(83,152,78); }
H1.HeaderClassName
{
color: #53984E;
}
.AnyTagClassName
{
color: #53984E;
}
</style>
background-color css
<style>
a { background-color: #53984E; }
a { background-color: rgb(83,152,78); }
div.DivClassName
{
background-color: #53984E;
}
.BgClassName
{
background-color: #53984E;
}
</style>
border-color css
<style>
span { border-color: #53984E; }
span { border-color: rgb(83,152,78); }
td.TdClassName
{
border-color: #53984E;
}
.TagClassName
{
border-color: #53984E;
}
</style>