Shades of Fruit Salad #519952
Tints of Fruit Salad #519952
RGB
CMYK
RGB Variations
Color information
#519952 (or 0x519952) is known color: Fruit Salad. HEX triplet: 51, 99 and 52. RGB value is (81,153,82). Sum of RGB (Red+Green+Blue) = 81+153+82=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #519952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519952 is #AE66AD. Grayscale: #7B7B7B. Windows color (decimal): -11429550 or 5413201. OLE color: 5413201.
HSL color Cylindrical-coordinate representation of color #519952: hue angle of 120.83º 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 #519952 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 153 | 82 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.4 |
| HSL | 120.83º | 0.31% | 0.46% | - |
| HSV(B) | 120.83º | 0.47% | 0.6% | - |
| XYZ | 16.31 | 25.14 | 11.98 | - |
| YUV | 123.38 | 104.65 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 153 | 82 | 0.47 | 0 | 0.46 | 0.4 | 120.83 | 0.31 | 0.46 |
| Hex | 51 | 99 | 52 | 2F | 0 | 2E | 28 | 79 | 1F | 2E |
| Octal | 121 | 231 | 122 | 57 | 0 | 56 | 50 | 171 | 37 | 56 |
| Binary | 1010001 | 10011001 | 1010010 | 101111 | 0 | 101110 | 101000 | 1111001 | 11111 | 101110 |
Color Harmonies of #519952
Complementary color
Monochromatic Colors of #519952
Black with #519952
Text Example
Text Example
White with #519952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519952; }
p { color: rgb(81,153,82); }
H1.HeaderClassName
{
color: #519952;
}
.AnyTagClassName
{
color: #519952;
}
</style>
background-color css
<style>
a { background-color: #519952; }
a { background-color: rgb(81,153,82); }
div.DivClassName
{
background-color: #519952;
}
.BgClassName
{
background-color: #519952;
}
</style>
border-color css
<style>
span { border-color: #519952; }
span { border-color: rgb(81,153,82); }
td.TdClassName
{
border-color: #519952;
}
.TagClassName
{
border-color: #519952;
}
</style>