Shades of Fruit Salad #51BD4D
Tints of Fruit Salad #51BD4D
RGB
CMYK
RGB Variations
Color information
#51BD4D (or 0x51BD4D) is known color: Fruit Salad. HEX triplet: 51, BD and 4D. RGB value is (81,189,77). Sum of RGB (Red+Green+Blue) = 81+189+77=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #51BD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51BD4D is #AE42B2. Grayscale: #909090. Windows color (decimal): -11420339 or 5094737. OLE color: 5094737.
HSL color Cylindrical-coordinate representation of color #51BD4D: hue angle of 117.86º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51BD4D is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 189 | 77 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.26 |
| HSL | 117.86º | 0.46% | 0.52% | - |
| HSV(B) | 117.86º | 0.59% | 0.74% | - |
| XYZ | 22.93 | 38.68 | 13.28 | - |
| YUV | 143.94 | 90.22 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 189 | 77 | 0.57 | 0 | 0.59 | 0.26 | 117.86 | 0.46 | 0.52 |
| Hex | 51 | BD | 4D | 39 | 0 | 3B | 1A | 76 | 2E | 34 |
| Octal | 121 | 275 | 115 | 71 | 0 | 73 | 32 | 166 | 56 | 64 |
| Binary | 1010001 | 10111101 | 1001101 | 111001 | 0 | 111011 | 11010 | 1110110 | 101110 | 110100 |
Color Harmonies of #51BD4D
Complementary color
Monochromatic Colors of #51BD4D
Black with #51BD4D
Text Example
Text Example
White with #51BD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BD4D; }
p { color: rgb(81,189,77); }
H1.HeaderClassName
{
color: #51BD4D;
}
.AnyTagClassName
{
color: #51BD4D;
}
</style>
background-color css
<style>
a { background-color: #51BD4D; }
a { background-color: rgb(81,189,77); }
div.DivClassName
{
background-color: #51BD4D;
}
.BgClassName
{
background-color: #51BD4D;
}
</style>
border-color css
<style>
span { border-color: #51BD4D; }
span { border-color: rgb(81,189,77); }
td.TdClassName
{
border-color: #51BD4D;
}
.TagClassName
{
border-color: #51BD4D;
}
</style>