Shades of Fruit Salad #4CC14B
Tints of Fruit Salad #4CC14B
RGB
CMYK
RGB Variations
Color information
#4CC14B (or 0x4CC14B) is known color: Fruit Salad. HEX triplet: 4C, C1 and 4B. RGB value is (76,193,75). Sum of RGB (Red+Green+Blue) = 76+193+75=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC14B is #B33EB4. Grayscale: #909090. Windows color (decimal): -11746997 or 4964684. OLE color: 4964684.
HSL color Cylindrical-coordinate representation of color #4CC14B: hue angle of 119.49º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC14B is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 193 | 75 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.24 |
| HSL | 119.49º | 0.49% | 0.53% | - |
| HSV(B) | 119.49º | 0.61% | 0.76% | - |
| XYZ | 23.32 | 40.18 | 13.18 | - |
| YUV | 144.57 | 88.74 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 193 | 75 | 0.61 | 0 | 0.61 | 0.24 | 119.49 | 0.49 | 0.53 |
| Hex | 4C | C1 | 4B | 3D | 0 | 3D | 18 | 77 | 31 | 35 |
| Octal | 114 | 301 | 113 | 75 | 0 | 75 | 30 | 167 | 61 | 65 |
| Binary | 1001100 | 11000001 | 1001011 | 111101 | 0 | 111101 | 11000 | 1110111 | 110001 | 110101 |
Color Harmonies of #4CC14B
Complementary color
Monochromatic Colors of #4CC14B
Black with #4CC14B
Text Example
Text Example
White with #4CC14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC14B; }
p { color: rgb(76,193,75); }
H1.HeaderClassName
{
color: #4CC14B;
}
.AnyTagClassName
{
color: #4CC14B;
}
</style>
background-color css
<style>
a { background-color: #4CC14B; }
a { background-color: rgb(76,193,75); }
div.DivClassName
{
background-color: #4CC14B;
}
.BgClassName
{
background-color: #4CC14B;
}
</style>
border-color css
<style>
span { border-color: #4CC14B; }
span { border-color: rgb(76,193,75); }
td.TdClassName
{
border-color: #4CC14B;
}
.TagClassName
{
border-color: #4CC14B;
}
</style>