Shades of Fruit Salad #51B64E
Tints of Fruit Salad #51B64E
RGB
CMYK
RGB Variations
Color information
#51B64E (or 0x51B64E) is known color: Fruit Salad. HEX triplet: 51, B6 and 4E. RGB value is (81,182,78). Sum of RGB (Red+Green+Blue) = 81+182+78=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 182 (71.48% from 255 or 53.37% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 182 - color contains mainly: green. Hex color #51B64E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B64E is #AE49B1. Grayscale: #8C8C8C. Windows color (decimal): -11422130 or 5158481. OLE color: 5158481.
HSL color Cylindrical-coordinate representation of color #51B64E: hue angle of 118.27º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51B64E is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 182 | 78 | - |
| CMYK | 0.55 | 0 | 0.57 | 0.29 |
| HSL | 118.27º | 0.42% | 0.51% | - |
| HSV(B) | 118.27º | 0.57% | 0.71% | - |
| XYZ | 21.5 | 35.76 | 12.98 | - |
| YUV | 139.95 | 93.04 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 182 | 78 | 0.55 | 0 | 0.57 | 0.29 | 118.27 | 0.42 | 0.51 |
| Hex | 51 | B6 | 4E | 37 | 0 | 39 | 1D | 76 | 2A | 33 |
| Octal | 121 | 266 | 116 | 67 | 0 | 71 | 35 | 166 | 52 | 63 |
| Binary | 1010001 | 10110110 | 1001110 | 110111 | 0 | 111001 | 11101 | 1110110 | 101010 | 110011 |
Color Harmonies of #51B64E
Complementary color
Monochromatic Colors of #51B64E
Black with #51B64E
Text Example
Text Example
White with #51B64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B64E; }
p { color: rgb(81,182,78); }
H1.HeaderClassName
{
color: #51B64E;
}
.AnyTagClassName
{
color: #51B64E;
}
</style>
background-color css
<style>
a { background-color: #51B64E; }
a { background-color: rgb(81,182,78); }
div.DivClassName
{
background-color: #51B64E;
}
.BgClassName
{
background-color: #51B64E;
}
</style>
border-color css
<style>
span { border-color: #51B64E; }
span { border-color: rgb(81,182,78); }
td.TdClassName
{
border-color: #51B64E;
}
.TagClassName
{
border-color: #51B64E;
}
</style>