Shades of Fruit Salad #519D45
Tints of Fruit Salad #519D45
RGB
CMYK
RGB Variations
Color information
#519D45 (or 0x519D45) is known color: Fruit Salad. HEX triplet: 51, 9D and 45. RGB value is (81,157,69). Sum of RGB (Red+Green+Blue) = 81+157+69=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #519D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519D45 is #AE62BA. Grayscale: #7C7C7C. Windows color (decimal): -11428539 or 4562257. OLE color: 4562257.
HSL color Cylindrical-coordinate representation of color #519D45: hue angle of 111.82º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #519D45 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 157 | 69 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.38 |
| HSL | 111.82º | 0.39% | 0.44% | - |
| HSV(B) | 111.82º | 0.56% | 0.62% | - |
| XYZ | 16.52 | 26.29 | 9.83 | - |
| YUV | 124.24 | 96.82 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 69 | 0.48 | 0 | 0.56 | 0.38 | 111.82 | 0.39 | 0.44 |
| Hex | 51 | 9D | 45 | 30 | 0 | 38 | 26 | 70 | 27 | 2C |
| Octal | 121 | 235 | 105 | 60 | 0 | 70 | 46 | 160 | 47 | 54 |
| Binary | 1010001 | 10011101 | 1000101 | 110000 | 0 | 111000 | 100110 | 1110000 | 100111 | 101100 |
Color Harmonies of #519D45
Complementary color
Monochromatic Colors of #519D45
Black with #519D45
Text Example
Text Example
White with #519D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519D45; }
p { color: rgb(81,157,69); }
H1.HeaderClassName
{
color: #519D45;
}
.AnyTagClassName
{
color: #519D45;
}
</style>
background-color css
<style>
a { background-color: #519D45; }
a { background-color: rgb(81,157,69); }
div.DivClassName
{
background-color: #519D45;
}
.BgClassName
{
background-color: #519D45;
}
</style>
border-color css
<style>
span { border-color: #519D45; }
span { border-color: rgb(81,157,69); }
td.TdClassName
{
border-color: #519D45;
}
.TagClassName
{
border-color: #519D45;
}
</style>