Shades of Fruit Salad #4CAF4C
Tints of Fruit Salad #4CAF4C
RGB
CMYK
RGB Variations
Color information
#4CAF4C (or 0x4CAF4C) is known color: Fruit Salad. HEX triplet: 4C, AF and 4C. RGB value is (76,175,76). Sum of RGB (Red+Green+Blue) = 76+175+76=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAF4C is #B350B3. Grayscale: #868686. Windows color (decimal): -11751604 or 5025612. OLE color: 5025612.
HSL color Cylindrical-coordinate representation of color #4CAF4C: hue angle of 120º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CAF4C is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 175 | 76 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.31 |
| HSL | 120º | 0.39% | 0.49% | - |
| HSV(B) | 120º | 0.57% | 0.69% | - |
| XYZ | 19.61 | 32.72 | 12.12 | - |
| YUV | 134.11 | 95.2 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 175 | 76 | 0.57 | 0 | 0.57 | 0.31 | 120 | 0.39 | 0.49 |
| Hex | 4C | AF | 4C | 39 | 0 | 39 | 1F | 78 | 27 | 31 |
| Octal | 114 | 257 | 114 | 71 | 0 | 71 | 37 | 170 | 47 | 61 |
| Binary | 1001100 | 10101111 | 1001100 | 111001 | 0 | 111001 | 11111 | 1111000 | 100111 | 110001 |
Color Harmonies of #4CAF4C
Complementary color
Monochromatic Colors of #4CAF4C
Black with #4CAF4C
Text Example
Text Example
White with #4CAF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAF4C; }
p { color: rgb(76,175,76); }
H1.HeaderClassName
{
color: #4CAF4C;
}
.AnyTagClassName
{
color: #4CAF4C;
}
</style>
background-color css
<style>
a { background-color: #4CAF4C; }
a { background-color: rgb(76,175,76); }
div.DivClassName
{
background-color: #4CAF4C;
}
.BgClassName
{
background-color: #4CAF4C;
}
</style>
border-color css
<style>
span { border-color: #4CAF4C; }
span { border-color: rgb(76,175,76); }
td.TdClassName
{
border-color: #4CAF4C;
}
.TagClassName
{
border-color: #4CAF4C;
}
</style>