Shades of Apple #4CBC38
Tints of Apple #4CBC38
RGB
CMYK
RGB Variations
Color information
#4CBC38 (or 0x4CBC38) is known color: Apple. HEX triplet: 4C, BC and 38. RGB value is (76,188,56). Sum of RGB (Red+Green+Blue) = 76+188+56=320 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.75% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBC38 is #B343C7. Grayscale: #8B8B8B. Windows color (decimal): -11748296 or 3718220. OLE color: 3718220.
HSL color Cylindrical-coordinate representation of color #4CBC38: hue angle of 110.91º degrees, saturation: 0.54, 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 #4CBC38 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 56 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.26 |
| HSL | 110.91º | 0.54% | 0.48% | - |
| HSV(B) | 110.91º | 0.7% | 0.74% | - |
| XYZ | 21.68 | 37.79 | 9.89 | - |
| YUV | 139.46 | 80.89 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 56 | 0.60 | 0 | 0.70 | 0.26 | 110.91 | 0.54 | 0.48 |
| Hex | 4C | BC | 38 | 3C | 0 | 46 | 1A | 6F | 36 | 30 |
| Octal | 114 | 274 | 70 | 74 | 0 | 106 | 32 | 157 | 66 | 60 |
| Binary | 1001100 | 10111100 | 111000 | 111100 | 0 | 1000110 | 11010 | 1101111 | 110110 | 110000 |
Color Harmonies of #4CBC38
Complementary color
Monochromatic Colors of #4CBC38
Black with #4CBC38
Text Example
Text Example
White with #4CBC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC38; }
p { color: rgb(76,188,56); }
H1.HeaderClassName
{
color: #4CBC38;
}
.AnyTagClassName
{
color: #4CBC38;
}
</style>
background-color css
<style>
a { background-color: #4CBC38; }
a { background-color: rgb(76,188,56); }
div.DivClassName
{
background-color: #4CBC38;
}
.BgClassName
{
background-color: #4CBC38;
}
</style>
border-color css
<style>
span { border-color: #4CBC38; }
span { border-color: rgb(76,188,56); }
td.TdClassName
{
border-color: #4CBC38;
}
.TagClassName
{
border-color: #4CBC38;
}
</style>