Shades of Fruit Salad #51B246
Tints of Fruit Salad #51B246
RGB
CMYK
RGB Variations
Color information
#51B246 (or 0x51B246) is known color: Fruit Salad. HEX triplet: 51, B2 and 46. RGB value is (81,178,70). Sum of RGB (Red+Green+Blue) = 81+178+70=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #51B246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51B246 is #AE4DB9. Grayscale: #898989. Windows color (decimal): -11423162 or 4633169. OLE color: 4633169.
HSL color Cylindrical-coordinate representation of color #51B246: hue angle of 113.89º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51B246 is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 81 | 178 | 70 | - |
| CMYK | 0.54 | 0 | 0.61 | 0.30 |
| HSL | 113.89º | 0.44% | 0.49% | - |
| HSV(B) | 113.89º | 0.61% | 0.7% | - |
| XYZ | 20.42 | 34.03 | 11.29 | - |
| YUV | 136.69 | 90.36 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 178 | 70 | 0.54 | 0 | 0.61 | 0.30 | 113.89 | 0.44 | 0.49 |
| Hex | 51 | B2 | 46 | 36 | 0 | 3D | 1E | 72 | 2C | 31 |
| Octal | 121 | 262 | 106 | 66 | 0 | 75 | 36 | 162 | 54 | 61 |
| Binary | 1010001 | 10110010 | 1000110 | 110110 | 0 | 111101 | 11110 | 1110010 | 101100 | 110001 |
Color Harmonies of #51B246
Complementary color
Monochromatic Colors of #51B246
Black with #51B246
Text Example
Text Example
White with #51B246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B246; }
p { color: rgb(81,178,70); }
H1.HeaderClassName
{
color: #51B246;
}
.AnyTagClassName
{
color: #51B246;
}
</style>
background-color css
<style>
a { background-color: #51B246; }
a { background-color: rgb(81,178,70); }
div.DivClassName
{
background-color: #51B246;
}
.BgClassName
{
background-color: #51B246;
}
</style>
border-color css
<style>
span { border-color: #51B246; }
span { border-color: rgb(81,178,70); }
td.TdClassName
{
border-color: #51B246;
}
.TagClassName
{
border-color: #51B246;
}
</style>