Shades of Fruit Salad #51A35B
Tints of Fruit Salad #51A35B
RGB
CMYK
RGB Variations
Color information
#51A35B (or 0x51A35B) is known color: Fruit Salad. HEX triplet: 51, A3 and 5B. RGB value is (81,163,91). Sum of RGB (Red+Green+Blue) = 81+163+91=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 163 (64.06% from 255 or 48.66% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 163 - color contains mainly: green. Hex color #51A35B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A35B is #AE5CA4. Grayscale: #828282. Windows color (decimal): -11426981 or 6005585. OLE color: 6005585.
HSL color Cylindrical-coordinate representation of color #51A35B: hue angle of 127.32º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A35B is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 163 | 91 | - |
| CMYK | 0.50 | 0 | 0.44 | 0.36 |
| HSL | 127.32º | 0.34% | 0.48% | - |
| HSV(B) | 127.32º | 0.5% | 0.64% | - |
| XYZ | 18.38 | 28.7 | 14.47 | - |
| YUV | 130.27 | 105.83 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 163 | 91 | 0.50 | 0 | 0.44 | 0.36 | 127.32 | 0.34 | 0.48 |
| Hex | 51 | A3 | 5B | 32 | 0 | 2C | 24 | 7F | 22 | 30 |
| Octal | 121 | 243 | 133 | 62 | 0 | 54 | 44 | 177 | 42 | 60 |
| Binary | 1010001 | 10100011 | 1011011 | 110010 | 0 | 101100 | 100100 | 1111111 | 100010 | 110000 |
Color Harmonies of #51A35B
Complementary color
Monochromatic Colors of #51A35B
Black with #51A35B
Text Example
Text Example
White with #51A35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A35B; }
p { color: rgb(81,163,91); }
H1.HeaderClassName
{
color: #51A35B;
}
.AnyTagClassName
{
color: #51A35B;
}
</style>
background-color css
<style>
a { background-color: #51A35B; }
a { background-color: rgb(81,163,91); }
div.DivClassName
{
background-color: #51A35B;
}
.BgClassName
{
background-color: #51A35B;
}
</style>
border-color css
<style>
span { border-color: #51A35B; }
span { border-color: rgb(81,163,91); }
td.TdClassName
{
border-color: #51A35B;
}
.TagClassName
{
border-color: #51A35B;
}
</style>