Shades of Apple #4CB83D
Tints of Apple #4CB83D
RGB
CMYK
RGB Variations
Color information
#4CB83D (or 0x4CB83D) is known color: Apple. HEX triplet: 4C, B8 and 3D. RGB value is (76,184,61). Sum of RGB (Red+Green+Blue) = 76+184+61=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 184 (72.27% from 255 or 57.32% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 184 - color contains mainly: green. Hex color #4CB83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB83D is #B347C2. Grayscale: #8A8A8A. Windows color (decimal): -11749315 or 4044876. OLE color: 4044876.
HSL color Cylindrical-coordinate representation of color #4CB83D: hue angle of 112.68º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CB83D is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 76 | 184 | 61 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.28 |
| HSL | 112.68º | 0.5% | 0.48% | - |
| HSV(B) | 112.68º | 0.67% | 0.72% | - |
| XYZ | 20.96 | 36.15 | 10.29 | - |
| YUV | 137.69 | 84.72 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 184 | 61 | 0.59 | 0 | 0.67 | 0.28 | 112.68 | 0.5 | 0.48 |
| Hex | 4C | B8 | 3D | 3B | 0 | 43 | 1C | 71 | 32 | 30 |
| Octal | 114 | 270 | 75 | 73 | 0 | 103 | 34 | 161 | 62 | 60 |
| Binary | 1001100 | 10111000 | 111101 | 111011 | 0 | 1000011 | 11100 | 1110001 | 110010 | 110000 |
Color Harmonies of #4CB83D
Complementary color
Monochromatic Colors of #4CB83D
Black with #4CB83D
Text Example
Text Example
White with #4CB83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB83D; }
p { color: rgb(76,184,61); }
H1.HeaderClassName
{
color: #4CB83D;
}
.AnyTagClassName
{
color: #4CB83D;
}
</style>
background-color css
<style>
a { background-color: #4CB83D; }
a { background-color: rgb(76,184,61); }
div.DivClassName
{
background-color: #4CB83D;
}
.BgClassName
{
background-color: #4CB83D;
}
</style>
border-color css
<style>
span { border-color: #4CB83D; }
span { border-color: rgb(76,184,61); }
td.TdClassName
{
border-color: #4CB83D;
}
.TagClassName
{
border-color: #4CB83D;
}
</style>