Shades of Fruit Salad #51994D
Tints of Fruit Salad #51994D
RGB
CMYK
RGB Variations
Color information
#51994D (or 0x51994D) is known color: Fruit Salad. HEX triplet: 51, 99 and 4D. RGB value is (81,153,77). Sum of RGB (Red+Green+Blue) = 81+153+77=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #51994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51994D is #AE66B2. Grayscale: #7B7B7B. Windows color (decimal): -11429555 or 5085521. OLE color: 5085521.
HSL color Cylindrical-coordinate representation of color #51994D: hue angle of 116.84º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51994D is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 153 | 77 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.4 |
| HSL | 116.84º | 0.33% | 0.45% | - |
| HSV(B) | 116.84º | 0.5% | 0.6% | - |
| XYZ | 16.12 | 25.07 | 11.01 | - |
| YUV | 122.81 | 102.15 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 153 | 77 | 0.47 | 0 | 0.50 | 0.4 | 116.84 | 0.33 | 0.45 |
| Hex | 51 | 99 | 4D | 2F | 0 | 32 | 28 | 75 | 21 | 2D |
| Octal | 121 | 231 | 115 | 57 | 0 | 62 | 50 | 165 | 41 | 55 |
| Binary | 1010001 | 10011001 | 1001101 | 101111 | 0 | 110010 | 101000 | 1110101 | 100001 | 101101 |
Color Harmonies of #51994D
Complementary color
Monochromatic Colors of #51994D
Black with #51994D
Text Example
Text Example
White with #51994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51994D; }
p { color: rgb(81,153,77); }
H1.HeaderClassName
{
color: #51994D;
}
.AnyTagClassName
{
color: #51994D;
}
</style>
background-color css
<style>
a { background-color: #51994D; }
a { background-color: rgb(81,153,77); }
div.DivClassName
{
background-color: #51994D;
}
.BgClassName
{
background-color: #51994D;
}
</style>
border-color css
<style>
span { border-color: #51994D; }
span { border-color: rgb(81,153,77); }
td.TdClassName
{
border-color: #51994D;
}
.TagClassName
{
border-color: #51994D;
}
</style>