Shades of Apple #4CBC39
Tints of Apple #4CBC39
RGB
CMYK
RGB Variations
Color information
#4CBC39 (or 0x4CBC39) is known color: Apple. HEX triplet: 4C, BC and 39. RGB value is (76,188,57). Sum of RGB (Red+Green+Blue) = 76+188+57=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBC39 is #B343C6. Grayscale: #8B8B8B. Windows color (decimal): -11748295 or 3783756. OLE color: 3783756.
HSL color Cylindrical-coordinate representation of color #4CBC39: hue angle of 111.3º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CBC39 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 57 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.26 |
| HSL | 111.3º | 0.53% | 0.48% | - |
| HSV(B) | 111.3º | 0.7% | 0.74% | - |
| XYZ | 21.7 | 37.8 | 10.02 | - |
| YUV | 139.58 | 81.39 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 57 | 0.60 | 0 | 0.70 | 0.26 | 111.3 | 0.53 | 0.48 |
| Hex | 4C | BC | 39 | 3C | 0 | 46 | 1A | 6F | 35 | 30 |
| Octal | 114 | 274 | 71 | 74 | 0 | 106 | 32 | 157 | 65 | 60 |
| Binary | 1001100 | 10111100 | 111001 | 111100 | 0 | 1000110 | 11010 | 1101111 | 110101 | 110000 |
Color Harmonies of #4CBC39
Complementary color
Monochromatic Colors of #4CBC39
Black with #4CBC39
Text Example
Text Example
White with #4CBC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC39; }
p { color: rgb(76,188,57); }
H1.HeaderClassName
{
color: #4CBC39;
}
.AnyTagClassName
{
color: #4CBC39;
}
</style>
background-color css
<style>
a { background-color: #4CBC39; }
a { background-color: rgb(76,188,57); }
div.DivClassName
{
background-color: #4CBC39;
}
.BgClassName
{
background-color: #4CBC39;
}
</style>
border-color css
<style>
span { border-color: #4CBC39; }
span { border-color: rgb(76,188,57); }
td.TdClassName
{
border-color: #4CBC39;
}
.TagClassName
{
border-color: #4CBC39;
}
</style>