Shades of Fruit Salad #51A04D
Tints of Fruit Salad #51A04D
RGB
CMYK
RGB Variations
Color information
#51A04D (or 0x51A04D) is known color: Fruit Salad. HEX triplet: 51, A0 and 4D. RGB value is (81,160,77). Sum of RGB (Red+Green+Blue) = 81+160+77=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #51A04D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A04D is #AE5FB2. Grayscale: #7F7F7F. Windows color (decimal): -11427763 or 5087313. OLE color: 5087313.
HSL color Cylindrical-coordinate representation of color #51A04D: hue angle of 117.11º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51A04D is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 160 | 77 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.37 |
| HSL | 117.11º | 0.35% | 0.46% | - |
| HSV(B) | 117.11º | 0.52% | 0.63% | - |
| XYZ | 17.3 | 27.43 | 11.4 | - |
| YUV | 126.92 | 99.83 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 160 | 77 | 0.49 | 0 | 0.52 | 0.37 | 117.11 | 0.35 | 0.46 |
| Hex | 51 | A0 | 4D | 31 | 0 | 34 | 25 | 75 | 23 | 2E |
| Octal | 121 | 240 | 115 | 61 | 0 | 64 | 45 | 165 | 43 | 56 |
| Binary | 1010001 | 10100000 | 1001101 | 110001 | 0 | 110100 | 100101 | 1110101 | 100011 | 101110 |
Color Harmonies of #51A04D
Complementary color
Monochromatic Colors of #51A04D
Black with #51A04D
Text Example
Text Example
White with #51A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A04D; }
p { color: rgb(81,160,77); }
H1.HeaderClassName
{
color: #51A04D;
}
.AnyTagClassName
{
color: #51A04D;
}
</style>
background-color css
<style>
a { background-color: #51A04D; }
a { background-color: rgb(81,160,77); }
div.DivClassName
{
background-color: #51A04D;
}
.BgClassName
{
background-color: #51A04D;
}
</style>
border-color css
<style>
span { border-color: #51A04D; }
span { border-color: rgb(81,160,77); }
td.TdClassName
{
border-color: #51A04D;
}
.TagClassName
{
border-color: #51A04D;
}
</style>