Shades of Apple #4CB53B
Tints of Apple #4CB53B
RGB
CMYK
RGB Variations
Color information
#4CB53B (or 0x4CB53B) is known color: Apple. HEX triplet: 4C, B5 and 3B. RGB value is (76,181,59). Sum of RGB (Red+Green+Blue) = 76+181+59=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 181 (71.09% from 255 or 57.28% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB53B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB53B is #B34AC4. Grayscale: #888888. Windows color (decimal): -11750085 or 3913036. OLE color: 3913036.
HSL color Cylindrical-coordinate representation of color #4CB53B: hue angle of 111.64º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CB53B is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 181 | 59 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.29 |
| HSL | 111.64º | 0.51% | 0.47% | - |
| HSV(B) | 111.64º | 0.67% | 0.71% | - |
| XYZ | 20.29 | 34.9 | 9.8 | - |
| YUV | 135.7 | 84.71 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 181 | 59 | 0.58 | 0 | 0.67 | 0.29 | 111.64 | 0.51 | 0.47 |
| Hex | 4C | B5 | 3B | 3A | 0 | 43 | 1D | 70 | 33 | 2F |
| Octal | 114 | 265 | 73 | 72 | 0 | 103 | 35 | 160 | 63 | 57 |
| Binary | 1001100 | 10110101 | 111011 | 111010 | 0 | 1000011 | 11101 | 1110000 | 110011 | 101111 |
Color Harmonies of #4CB53B
Complementary color
Monochromatic Colors of #4CB53B
Black with #4CB53B
Text Example
Text Example
White with #4CB53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB53B; }
p { color: rgb(76,181,59); }
H1.HeaderClassName
{
color: #4CB53B;
}
.AnyTagClassName
{
color: #4CB53B;
}
</style>
background-color css
<style>
a { background-color: #4CB53B; }
a { background-color: rgb(76,181,59); }
div.DivClassName
{
background-color: #4CB53B;
}
.BgClassName
{
background-color: #4CB53B;
}
</style>
border-color css
<style>
span { border-color: #4CB53B; }
span { border-color: rgb(76,181,59); }
td.TdClassName
{
border-color: #4CB53B;
}
.TagClassName
{
border-color: #4CB53B;
}
</style>