Shades of Fruit Salad #51A24F
Tints of Fruit Salad #51A24F
RGB
CMYK
RGB Variations
Color information
#51A24F (or 0x51A24F) is known color: Fruit Salad. HEX triplet: 51, A2 and 4F. RGB value is (81,162,79). Sum of RGB (Red+Green+Blue) = 81+162+79=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #51A24F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A24F is #AE5DB0. Grayscale: #808080. Windows color (decimal): -11427249 or 5218897. OLE color: 5218897.
HSL color Cylindrical-coordinate representation of color #51A24F: hue angle of 118.55º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51A24F is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 162 | 79 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.36 |
| HSL | 118.55º | 0.34% | 0.47% | - |
| HSV(B) | 118.55º | 0.51% | 0.64% | - |
| XYZ | 17.72 | 28.15 | 11.9 | - |
| YUV | 128.32 | 100.16 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 162 | 79 | 0.50 | 0 | 0.51 | 0.36 | 118.55 | 0.34 | 0.47 |
| Hex | 51 | A2 | 4F | 32 | 0 | 33 | 24 | 77 | 22 | 2F |
| Octal | 121 | 242 | 117 | 62 | 0 | 63 | 44 | 167 | 42 | 57 |
| Binary | 1010001 | 10100010 | 1001111 | 110010 | 0 | 110011 | 100100 | 1110111 | 100010 | 101111 |
Color Harmonies of #51A24F
Complementary color
Monochromatic Colors of #51A24F
Black with #51A24F
Text Example
Text Example
White with #51A24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A24F; }
p { color: rgb(81,162,79); }
H1.HeaderClassName
{
color: #51A24F;
}
.AnyTagClassName
{
color: #51A24F;
}
</style>
background-color css
<style>
a { background-color: #51A24F; }
a { background-color: rgb(81,162,79); }
div.DivClassName
{
background-color: #51A24F;
}
.BgClassName
{
background-color: #51A24F;
}
</style>
border-color css
<style>
span { border-color: #51A24F; }
span { border-color: rgb(81,162,79); }
td.TdClassName
{
border-color: #51A24F;
}
.TagClassName
{
border-color: #51A24F;
}
</style>