Shades of Fruit Salad #51A446
Tints of Fruit Salad #51A446
RGB
CMYK
RGB Variations
Color information
#51A446 (or 0x51A446) is known color: Fruit Salad. HEX triplet: 51, A4 and 46. RGB value is (81,164,70). Sum of RGB (Red+Green+Blue) = 81+164+70=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #51A446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A446 is #AE5BB9. Grayscale: #808080. Windows color (decimal): -11426746 or 4629585. OLE color: 4629585.
HSL color Cylindrical-coordinate representation of color #51A446: hue angle of 112.98º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51A446 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 164 | 70 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.36 |
| HSL | 112.98º | 0.4% | 0.46% | - |
| HSV(B) | 112.98º | 0.57% | 0.64% | - |
| XYZ | 17.77 | 28.74 | 10.41 | - |
| YUV | 128.47 | 95 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 164 | 70 | 0.51 | 0 | 0.57 | 0.36 | 112.98 | 0.4 | 0.46 |
| Hex | 51 | A4 | 46 | 33 | 0 | 39 | 24 | 71 | 28 | 2E |
| Octal | 121 | 244 | 106 | 63 | 0 | 71 | 44 | 161 | 50 | 56 |
| Binary | 1010001 | 10100100 | 1000110 | 110011 | 0 | 111001 | 100100 | 1110001 | 101000 | 101110 |
Color Harmonies of #51A446
Complementary color
Monochromatic Colors of #51A446
Black with #51A446
Text Example
Text Example
White with #51A446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A446; }
p { color: rgb(81,164,70); }
H1.HeaderClassName
{
color: #51A446;
}
.AnyTagClassName
{
color: #51A446;
}
</style>
background-color css
<style>
a { background-color: #51A446; }
a { background-color: rgb(81,164,70); }
div.DivClassName
{
background-color: #51A446;
}
.BgClassName
{
background-color: #51A446;
}
</style>
border-color css
<style>
span { border-color: #51A446; }
span { border-color: rgb(81,164,70); }
td.TdClassName
{
border-color: #51A446;
}
.TagClassName
{
border-color: #51A446;
}
</style>