Shades of Fruit Salad #51A75E
Tints of Fruit Salad #51A75E
RGB
CMYK
RGB Variations
Color information
#51A75E (or 0x51A75E) is known color: Fruit Salad. HEX triplet: 51, A7 and 5E. RGB value is (81,167,94). Sum of RGB (Red+Green+Blue) = 81+167+94=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 167 (65.62% from 255 or 48.83% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 167 - color contains mainly: green. Hex color #51A75E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A75E is #AE58A1. Grayscale: #858585. Windows color (decimal): -11425954 or 6203217. OLE color: 6203217.
HSL color Cylindrical-coordinate representation of color #51A75E: hue angle of 129.07º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51A75E is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 81 | 167 | 94 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.35 |
| HSL | 129.07º | 0.35% | 0.49% | - |
| HSV(B) | 129.07º | 0.51% | 0.65% | - |
| XYZ | 19.23 | 30.19 | 15.4 | - |
| YUV | 132.96 | 106.01 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 167 | 94 | 0.51 | 0 | 0.44 | 0.35 | 129.07 | 0.35 | 0.49 |
| Hex | 51 | A7 | 5E | 33 | 0 | 2C | 23 | 81 | 23 | 31 |
| Octal | 121 | 247 | 136 | 63 | 0 | 54 | 43 | 201 | 43 | 61 |
| Binary | 1010001 | 10100111 | 1011110 | 110011 | 0 | 101100 | 100011 | 10000001 | 100011 | 110001 |
Color Harmonies of #51A75E
Complementary color
Monochromatic Colors of #51A75E
Black with #51A75E
Text Example
Text Example
White with #51A75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A75E; }
p { color: rgb(81,167,94); }
H1.HeaderClassName
{
color: #51A75E;
}
.AnyTagClassName
{
color: #51A75E;
}
</style>
background-color css
<style>
a { background-color: #51A75E; }
a { background-color: rgb(81,167,94); }
div.DivClassName
{
background-color: #51A75E;
}
.BgClassName
{
background-color: #51A75E;
}
</style>
border-color css
<style>
span { border-color: #51A75E; }
span { border-color: rgb(81,167,94); }
td.TdClassName
{
border-color: #51A75E;
}
.TagClassName
{
border-color: #51A75E;
}
</style>