Shades of Fruit Salad #51A24C
Tints of Fruit Salad #51A24C
RGB
CMYK
RGB Variations
Color information
#51A24C (or 0x51A24C) is known color: Fruit Salad. HEX triplet: 51, A2 and 4C. RGB value is (81,162,76). Sum of RGB (Red+Green+Blue) = 81+162+76=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #51A24C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A24C is #AE5DB3. Grayscale: #808080. Windows color (decimal): -11427252 or 5022289. OLE color: 5022289.
HSL color Cylindrical-coordinate representation of color #51A24C: hue angle of 116.51º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51A24C is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 162 | 76 | - |
| CMYK | 0.50 | 0 | 0.53 | 0.36 |
| HSL | 116.51º | 0.36% | 0.47% | - |
| HSV(B) | 116.51º | 0.53% | 0.64% | - |
| XYZ | 17.62 | 28.11 | 11.34 | - |
| YUV | 127.98 | 98.66 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 162 | 76 | 0.50 | 0 | 0.53 | 0.36 | 116.51 | 0.36 | 0.47 |
| Hex | 51 | A2 | 4C | 32 | 0 | 35 | 24 | 75 | 24 | 2F |
| Octal | 121 | 242 | 114 | 62 | 0 | 65 | 44 | 165 | 44 | 57 |
| Binary | 1010001 | 10100010 | 1001100 | 110010 | 0 | 110101 | 100100 | 1110101 | 100100 | 101111 |
Color Harmonies of #51A24C
Complementary color
Monochromatic Colors of #51A24C
Black with #51A24C
Text Example
Text Example
White with #51A24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A24C; }
p { color: rgb(81,162,76); }
H1.HeaderClassName
{
color: #51A24C;
}
.AnyTagClassName
{
color: #51A24C;
}
</style>
background-color css
<style>
a { background-color: #51A24C; }
a { background-color: rgb(81,162,76); }
div.DivClassName
{
background-color: #51A24C;
}
.BgClassName
{
background-color: #51A24C;
}
</style>
border-color css
<style>
span { border-color: #51A24C; }
span { border-color: rgb(81,162,76); }
td.TdClassName
{
border-color: #51A24C;
}
.TagClassName
{
border-color: #51A24C;
}
</style>