Shades of Fruit Salad #51A44E
Tints of Fruit Salad #51A44E
RGB
CMYK
RGB Variations
Color information
#51A44E (or 0x51A44E) is known color: Fruit Salad. HEX triplet: 51, A4 and 4E. RGB value is (81,164,78). Sum of RGB (Red+Green+Blue) = 81+164+78=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 164 (64.45% from 255 or 50.77% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 164 - color contains mainly: green. Hex color #51A44E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A44E is #AE5BB1. Grayscale: #818181. Windows color (decimal): -11426738 or 5153873. OLE color: 5153873.
HSL color Cylindrical-coordinate representation of color #51A44E: hue angle of 117.91º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51A44E is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 164 | 78 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.36 |
| HSL | 117.91º | 0.36% | 0.47% | - |
| HSV(B) | 117.91º | 0.52% | 0.64% | - |
| XYZ | 18.04 | 28.85 | 11.83 | - |
| YUV | 129.38 | 99 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 164 | 78 | 0.51 | 0 | 0.52 | 0.36 | 117.91 | 0.36 | 0.47 |
| Hex | 51 | A4 | 4E | 33 | 0 | 34 | 24 | 76 | 24 | 2F |
| Octal | 121 | 244 | 116 | 63 | 0 | 64 | 44 | 166 | 44 | 57 |
| Binary | 1010001 | 10100100 | 1001110 | 110011 | 0 | 110100 | 100100 | 1110110 | 100100 | 101111 |
Color Harmonies of #51A44E
Complementary color
Monochromatic Colors of #51A44E
Black with #51A44E
Text Example
Text Example
White with #51A44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A44E; }
p { color: rgb(81,164,78); }
H1.HeaderClassName
{
color: #51A44E;
}
.AnyTagClassName
{
color: #51A44E;
}
</style>
background-color css
<style>
a { background-color: #51A44E; }
a { background-color: rgb(81,164,78); }
div.DivClassName
{
background-color: #51A44E;
}
.BgClassName
{
background-color: #51A44E;
}
</style>
border-color css
<style>
span { border-color: #51A44E; }
span { border-color: rgb(81,164,78); }
td.TdClassName
{
border-color: #51A44E;
}
.TagClassName
{
border-color: #51A44E;
}
</style>