Shades of Fruit Salad #4CAA51
Tints of Fruit Salad #4CAA51
RGB
CMYK
RGB Variations
Color information
#4CAA51 (or 0x4CAA51) is known color: Fruit Salad. HEX triplet: 4C, AA and 51. RGB value is (76,170,81). Sum of RGB (Red+Green+Blue) = 76+170+81=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAA51 is #B355AE. Grayscale: #848484. Windows color (decimal): -11752879 or 5352012. OLE color: 5352012.
HSL color Cylindrical-coordinate representation of color #4CAA51: hue angle of 123.19º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CAA51 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 170 | 81 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.33 |
| HSL | 123.19º | 0.38% | 0.48% | - |
| HSV(B) | 123.19º | 0.55% | 0.67% | - |
| XYZ | 18.84 | 30.88 | 12.75 | - |
| YUV | 131.75 | 99.36 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 81 | 0.55 | 0 | 0.52 | 0.33 | 123.19 | 0.38 | 0.48 |
| Hex | 4C | AA | 51 | 37 | 0 | 34 | 21 | 7B | 26 | 30 |
| Octal | 114 | 252 | 121 | 67 | 0 | 64 | 41 | 173 | 46 | 60 |
| Binary | 1001100 | 10101010 | 1010001 | 110111 | 0 | 110100 | 100001 | 1111011 | 100110 | 110000 |
Color Harmonies of #4CAA51
Complementary color
Monochromatic Colors of #4CAA51
Black with #4CAA51
Text Example
Text Example
White with #4CAA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAA51; }
p { color: rgb(76,170,81); }
H1.HeaderClassName
{
color: #4CAA51;
}
.AnyTagClassName
{
color: #4CAA51;
}
</style>
background-color css
<style>
a { background-color: #4CAA51; }
a { background-color: rgb(76,170,81); }
div.DivClassName
{
background-color: #4CAA51;
}
.BgClassName
{
background-color: #4CAA51;
}
</style>
border-color css
<style>
span { border-color: #4CAA51; }
span { border-color: rgb(76,170,81); }
td.TdClassName
{
border-color: #4CAA51;
}
.TagClassName
{
border-color: #4CAA51;
}
</style>