Shades of Fruit Salad #51984E
Tints of Fruit Salad #51984E
RGB
CMYK
RGB Variations
Color information
#51984E (or 0x51984E) is known color: Fruit Salad. HEX triplet: 51, 98 and 4E. RGB value is (81,152,78). Sum of RGB (Red+Green+Blue) = 81+152+78=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #51984E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51984E is #AE67B1. Grayscale: #7A7A7A. Windows color (decimal): -11429810 or 5150801. OLE color: 5150801.
HSL color Cylindrical-coordinate representation of color #51984E: hue angle of 117.57º 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 #51984E is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 152 | 78 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.40 |
| HSL | 117.57º | 0.32% | 0.45% | - |
| HSV(B) | 117.57º | 0.49% | 0.6% | - |
| XYZ | 16 | 24.76 | 11.14 | - |
| YUV | 122.34 | 102.98 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 152 | 78 | 0.47 | 0 | 0.49 | 0.40 | 117.57 | 0.32 | 0.45 |
| Hex | 51 | 98 | 4E | 2F | 0 | 31 | 28 | 76 | 20 | 2D |
| Octal | 121 | 230 | 116 | 57 | 0 | 61 | 50 | 166 | 40 | 55 |
| Binary | 1010001 | 10011000 | 1001110 | 101111 | 0 | 110001 | 101000 | 1110110 | 100000 | 101101 |
Color Harmonies of #51984E
Complementary color
Monochromatic Colors of #51984E
Black with #51984E
Text Example
Text Example
White with #51984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51984E; }
p { color: rgb(81,152,78); }
H1.HeaderClassName
{
color: #51984E;
}
.AnyTagClassName
{
color: #51984E;
}
</style>
background-color css
<style>
a { background-color: #51984E; }
a { background-color: rgb(81,152,78); }
div.DivClassName
{
background-color: #51984E;
}
.BgClassName
{
background-color: #51984E;
}
</style>
border-color css
<style>
span { border-color: #51984E; }
span { border-color: rgb(81,152,78); }
td.TdClassName
{
border-color: #51984E;
}
.TagClassName
{
border-color: #51984E;
}
</style>