Shades of Fruit Salad #51A946
Tints of Fruit Salad #51A946
RGB
CMYK
RGB Variations
Color information
#51A946 (or 0x51A946) is known color: Fruit Salad. HEX triplet: 51, A9 and 46. RGB value is (81,169,70). Sum of RGB (Red+Green+Blue) = 81+169+70=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 169 (66.41% from 255 or 52.81% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 169 - color contains mainly: green. Hex color #51A946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A946 is #AE56B9. Grayscale: #838383. Windows color (decimal): -11425466 or 4630865. OLE color: 4630865.
HSL color Cylindrical-coordinate representation of color #51A946: hue angle of 113.33º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51A946 is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 81 | 169 | 70 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.34 |
| HSL | 113.33º | 0.41% | 0.47% | - |
| HSV(B) | 113.33º | 0.59% | 0.66% | - |
| XYZ | 18.69 | 30.57 | 10.71 | - |
| YUV | 131.4 | 93.35 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 169 | 70 | 0.52 | 0 | 0.59 | 0.34 | 113.33 | 0.41 | 0.47 |
| Hex | 51 | A9 | 46 | 34 | 0 | 3B | 22 | 71 | 29 | 2F |
| Octal | 121 | 251 | 106 | 64 | 0 | 73 | 42 | 161 | 51 | 57 |
| Binary | 1010001 | 10101001 | 1000110 | 110100 | 0 | 111011 | 100010 | 1110001 | 101001 | 101111 |
Color Harmonies of #51A946
Complementary color
Monochromatic Colors of #51A946
Black with #51A946
Text Example
Text Example
White with #51A946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A946; }
p { color: rgb(81,169,70); }
H1.HeaderClassName
{
color: #51A946;
}
.AnyTagClassName
{
color: #51A946;
}
</style>
background-color css
<style>
a { background-color: #51A946; }
a { background-color: rgb(81,169,70); }
div.DivClassName
{
background-color: #51A946;
}
.BgClassName
{
background-color: #51A946;
}
</style>
border-color css
<style>
span { border-color: #51A946; }
span { border-color: rgb(81,169,70); }
td.TdClassName
{
border-color: #51A946;
}
.TagClassName
{
border-color: #51A946;
}
</style>