Shades of Fruit Salad #519951
Tints of Fruit Salad #519951
RGB
CMYK
RGB Variations
Color information
#519951 (or 0x519951) is known color: Fruit Salad. HEX triplet: 51, 99 and 51. RGB value is (81,153,81). Sum of RGB (Red+Green+Blue) = 81+153+81=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #519951 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519951 is #AE66AE. Grayscale: #7B7B7B. Windows color (decimal): -11429551 or 5347665. OLE color: 5347665.
HSL color Cylindrical-coordinate representation of color #519951: hue angle of 120º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519951 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 153 | 81 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.4 |
| HSL | 120º | 0.31% | 0.46% | - |
| HSV(B) | 120º | 0.47% | 0.6% | - |
| XYZ | 16.27 | 25.13 | 11.78 | - |
| YUV | 123.26 | 104.15 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 153 | 81 | 0.47 | 0 | 0.47 | 0.4 | 120 | 0.31 | 0.46 |
| Hex | 51 | 99 | 51 | 2F | 0 | 2F | 28 | 78 | 1F | 2E |
| Octal | 121 | 231 | 121 | 57 | 0 | 57 | 50 | 170 | 37 | 56 |
| Binary | 1010001 | 10011001 | 1010001 | 101111 | 0 | 101111 | 101000 | 1111000 | 11111 | 101110 |
Color Harmonies of #519951
Complementary color
Monochromatic Colors of #519951
Black with #519951
Text Example
Text Example
White with #519951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519951; }
p { color: rgb(81,153,81); }
H1.HeaderClassName
{
color: #519951;
}
.AnyTagClassName
{
color: #519951;
}
</style>
background-color css
<style>
a { background-color: #519951; }
a { background-color: rgb(81,153,81); }
div.DivClassName
{
background-color: #519951;
}
.BgClassName
{
background-color: #519951;
}
</style>
border-color css
<style>
span { border-color: #519951; }
span { border-color: rgb(81,153,81); }
td.TdClassName
{
border-color: #519951;
}
.TagClassName
{
border-color: #519951;
}
</style>