Shades of Fruit Salad #519C5D
Tints of Fruit Salad #519C5D
RGB
CMYK
RGB Variations
Color information
#519C5D (or 0x519C5D) is known color: Fruit Salad. HEX triplet: 51, 9C and 5D. RGB value is (81,156,93). Sum of RGB (Red+Green+Blue) = 81+156+93=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #519C5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C5D is #AE63A2. Grayscale: #7E7E7E. Windows color (decimal): -11428771 or 6134865. OLE color: 6134865.
HSL color Cylindrical-coordinate representation of color #519C5D: hue angle of 129.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519C5D is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 156 | 93 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.39 |
| HSL | 129.6º | 0.32% | 0.46% | - |
| HSV(B) | 129.6º | 0.48% | 0.61% | - |
| XYZ | 17.26 | 26.32 | 14.53 | - |
| YUV | 126.39 | 109.15 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 93 | 0.48 | 0 | 0.40 | 0.39 | 129.6 | 0.32 | 0.46 |
| Hex | 51 | 9C | 5D | 30 | 0 | 28 | 27 | 82 | 20 | 2E |
| Octal | 121 | 234 | 135 | 60 | 0 | 50 | 47 | 202 | 40 | 56 |
| Binary | 1010001 | 10011100 | 1011101 | 110000 | 0 | 101000 | 100111 | 10000010 | 100000 | 101110 |
Color Harmonies of #519C5D
Complementary color
Monochromatic Colors of #519C5D
Black with #519C5D
Text Example
Text Example
White with #519C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519C5D; }
p { color: rgb(81,156,93); }
H1.HeaderClassName
{
color: #519C5D;
}
.AnyTagClassName
{
color: #519C5D;
}
</style>
background-color css
<style>
a { background-color: #519C5D; }
a { background-color: rgb(81,156,93); }
div.DivClassName
{
background-color: #519C5D;
}
.BgClassName
{
background-color: #519C5D;
}
</style>
border-color css
<style>
span { border-color: #519C5D; }
span { border-color: rgb(81,156,93); }
td.TdClassName
{
border-color: #519C5D;
}
.TagClassName
{
border-color: #519C5D;
}
</style>