Shades of Fruit Salad #4CAC4B
Tints of Fruit Salad #4CAC4B
RGB
CMYK
RGB Variations
Color information
#4CAC4B (or 0x4CAC4B) is known color: Fruit Salad. HEX triplet: 4C, AC and 4B. RGB value is (76,172,75). Sum of RGB (Red+Green+Blue) = 76+172+75=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAC4B is #B353B4. Grayscale: #848484. Windows color (decimal): -11752373 or 4959308. OLE color: 4959308.
HSL color Cylindrical-coordinate representation of color #4CAC4B: hue angle of 119.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAC4B is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 172 | 75 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.33 |
| HSL | 119.38º | 0.39% | 0.48% | - |
| HSV(B) | 119.38º | 0.56% | 0.67% | - |
| XYZ | 19 | 31.55 | 11.74 | - |
| YUV | 132.24 | 95.7 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 75 | 0.56 | 0 | 0.56 | 0.33 | 119.38 | 0.39 | 0.48 |
| Hex | 4C | AC | 4B | 38 | 0 | 38 | 21 | 77 | 27 | 30 |
| Octal | 114 | 254 | 113 | 70 | 0 | 70 | 41 | 167 | 47 | 60 |
| Binary | 1001100 | 10101100 | 1001011 | 111000 | 0 | 111000 | 100001 | 1110111 | 100111 | 110000 |
Color Harmonies of #4CAC4B
Complementary color
Monochromatic Colors of #4CAC4B
Black with #4CAC4B
Text Example
Text Example
White with #4CAC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAC4B; }
p { color: rgb(76,172,75); }
H1.HeaderClassName
{
color: #4CAC4B;
}
.AnyTagClassName
{
color: #4CAC4B;
}
</style>
background-color css
<style>
a { background-color: #4CAC4B; }
a { background-color: rgb(76,172,75); }
div.DivClassName
{
background-color: #4CAC4B;
}
.BgClassName
{
background-color: #4CAC4B;
}
</style>
border-color css
<style>
span { border-color: #4CAC4B; }
span { border-color: rgb(76,172,75); }
td.TdClassName
{
border-color: #4CAC4B;
}
.TagClassName
{
border-color: #4CAC4B;
}
</style>