Shades of Fruit Salad #4CAA5A
Tints of Fruit Salad #4CAA5A
RGB
CMYK
RGB Variations
Color information
#4CAA5A (or 0x4CAA5A) is known color: Fruit Salad. HEX triplet: 4C, AA and 5A. RGB value is (76,170,90). Sum of RGB (Red+Green+Blue) = 76+170+90=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAA5A is #B355A5. Grayscale: #858585. Windows color (decimal): -11752870 or 5941836. OLE color: 5941836.
HSL color Cylindrical-coordinate representation of color #4CAA5A: hue angle of 128.94º 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 #4CAA5A is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 170 | 90 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.33 |
| HSL | 128.94º | 0.38% | 0.48% | - |
| HSV(B) | 128.94º | 0.55% | 0.67% | - |
| XYZ | 19.2 | 31.02 | 14.65 | - |
| YUV | 132.77 | 103.86 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 90 | 0.55 | 0 | 0.47 | 0.33 | 128.94 | 0.38 | 0.48 |
| Hex | 4C | AA | 5A | 37 | 0 | 2F | 21 | 81 | 26 | 30 |
| Octal | 114 | 252 | 132 | 67 | 0 | 57 | 41 | 201 | 46 | 60 |
| Binary | 1001100 | 10101010 | 1011010 | 110111 | 0 | 101111 | 100001 | 10000001 | 100110 | 110000 |
Color Harmonies of #4CAA5A
Complementary color
Monochromatic Colors of #4CAA5A
Black with #4CAA5A
Text Example
Text Example
White with #4CAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAA5A; }
p { color: rgb(76,170,90); }
H1.HeaderClassName
{
color: #4CAA5A;
}
.AnyTagClassName
{
color: #4CAA5A;
}
</style>
background-color css
<style>
a { background-color: #4CAA5A; }
a { background-color: rgb(76,170,90); }
div.DivClassName
{
background-color: #4CAA5A;
}
.BgClassName
{
background-color: #4CAA5A;
}
</style>
border-color css
<style>
span { border-color: #4CAA5A; }
span { border-color: rgb(76,170,90); }
td.TdClassName
{
border-color: #4CAA5A;
}
.TagClassName
{
border-color: #4CAA5A;
}
</style>