Shades of Apple #4CBC3A
Tints of Apple #4CBC3A
RGB
CMYK
RGB Variations
Color information
#4CBC3A (or 0x4CBC3A) is known color: Apple. HEX triplet: 4C, BC and 3A. RGB value is (76,188,58). Sum of RGB (Red+Green+Blue) = 76+188+58=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBC3A is #B343C5. Grayscale: #8C8C8C. Windows color (decimal): -11748294 or 3849292. OLE color: 3849292.
HSL color Cylindrical-coordinate representation of color #4CBC3A: hue angle of 111.69º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CBC3A is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 58 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.26 |
| HSL | 111.69º | 0.53% | 0.48% | - |
| HSV(B) | 111.69º | 0.69% | 0.74% | - |
| XYZ | 21.73 | 37.81 | 10.16 | - |
| YUV | 139.69 | 81.89 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 58 | 0.60 | 0 | 0.69 | 0.26 | 111.69 | 0.53 | 0.48 |
| Hex | 4C | BC | 3A | 3C | 0 | 45 | 1A | 70 | 35 | 30 |
| Octal | 114 | 274 | 72 | 74 | 0 | 105 | 32 | 160 | 65 | 60 |
| Binary | 1001100 | 10111100 | 111010 | 111100 | 0 | 1000101 | 11010 | 1110000 | 110101 | 110000 |
Color Harmonies of #4CBC3A
Complementary color
Monochromatic Colors of #4CBC3A
Black with #4CBC3A
Text Example
Text Example
White with #4CBC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC3A; }
p { color: rgb(76,188,58); }
H1.HeaderClassName
{
color: #4CBC3A;
}
.AnyTagClassName
{
color: #4CBC3A;
}
</style>
background-color css
<style>
a { background-color: #4CBC3A; }
a { background-color: rgb(76,188,58); }
div.DivClassName
{
background-color: #4CBC3A;
}
.BgClassName
{
background-color: #4CBC3A;
}
</style>
border-color css
<style>
span { border-color: #4CBC3A; }
span { border-color: rgb(76,188,58); }
td.TdClassName
{
border-color: #4CBC3A;
}
.TagClassName
{
border-color: #4CBC3A;
}
</style>