Shades of Fruit Salad #4CAC5A
Tints of Fruit Salad #4CAC5A
RGB
CMYK
RGB Variations
Color information
#4CAC5A (or 0x4CAC5A) is known color: Fruit Salad. HEX triplet: 4C, AC and 5A. RGB value is (76,172,90). Sum of RGB (Red+Green+Blue) = 76+172+90=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAC5A is #B353A5. Grayscale: #868686. Windows color (decimal): -11752358 or 5942348. OLE color: 5942348.
HSL color Cylindrical-coordinate representation of color #4CAC5A: hue angle of 128.75º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAC5A is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 172 | 90 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.33 |
| HSL | 128.75º | 0.39% | 0.49% | - |
| HSV(B) | 128.75º | 0.56% | 0.67% | - |
| XYZ | 19.58 | 31.78 | 14.78 | - |
| YUV | 133.95 | 103.2 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 90 | 0.56 | 0 | 0.48 | 0.33 | 128.75 | 0.39 | 0.49 |
| Hex | 4C | AC | 5A | 38 | 0 | 30 | 21 | 81 | 27 | 31 |
| Octal | 114 | 254 | 132 | 70 | 0 | 60 | 41 | 201 | 47 | 61 |
| Binary | 1001100 | 10101100 | 1011010 | 111000 | 0 | 110000 | 100001 | 10000001 | 100111 | 110001 |
Color Harmonies of #4CAC5A
Complementary color
Monochromatic Colors of #4CAC5A
Black with #4CAC5A
Text Example
Text Example
White with #4CAC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAC5A; }
p { color: rgb(76,172,90); }
H1.HeaderClassName
{
color: #4CAC5A;
}
.AnyTagClassName
{
color: #4CAC5A;
}
</style>
background-color css
<style>
a { background-color: #4CAC5A; }
a { background-color: rgb(76,172,90); }
div.DivClassName
{
background-color: #4CAC5A;
}
.BgClassName
{
background-color: #4CAC5A;
}
</style>
border-color css
<style>
span { border-color: #4CAC5A; }
span { border-color: rgb(76,172,90); }
td.TdClassName
{
border-color: #4CAC5A;
}
.TagClassName
{
border-color: #4CAC5A;
}
</style>