Shades of Apple #4CAD36
Tints of Apple #4CAD36
RGB
CMYK
RGB Variations
Color information
#4CAD36 (or 0x4CAD36) is known color: Apple. HEX triplet: 4C, AD and 36. RGB value is (76,173,54). Sum of RGB (Red+Green+Blue) = 76+173+54=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #4CAD36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAD36 is #B352C9. Grayscale: #828282. Windows color (decimal): -11752138 or 3583308. OLE color: 3583308.
HSL color Cylindrical-coordinate representation of color #4CAD36: hue angle of 108.91º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CAD36 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 173 | 54 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.32 |
| HSL | 108.91º | 0.52% | 0.45% | - |
| HSV(B) | 108.91º | 0.69% | 0.68% | - |
| XYZ | 18.59 | 31.69 | 8.63 | - |
| YUV | 130.43 | 84.86 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 173 | 54 | 0.56 | 0 | 0.69 | 0.32 | 108.91 | 0.52 | 0.45 |
| Hex | 4C | AD | 36 | 38 | 0 | 45 | 20 | 6D | 34 | 2D |
| Octal | 114 | 255 | 66 | 70 | 0 | 105 | 40 | 155 | 64 | 55 |
| Binary | 1001100 | 10101101 | 110110 | 111000 | 0 | 1000101 | 100000 | 1101101 | 110100 | 101101 |
Color Harmonies of #4CAD36
Complementary color
Monochromatic Colors of #4CAD36
Black with #4CAD36
Text Example
Text Example
White with #4CAD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAD36; }
p { color: rgb(76,173,54); }
H1.HeaderClassName
{
color: #4CAD36;
}
.AnyTagClassName
{
color: #4CAD36;
}
</style>
background-color css
<style>
a { background-color: #4CAD36; }
a { background-color: rgb(76,173,54); }
div.DivClassName
{
background-color: #4CAD36;
}
.BgClassName
{
background-color: #4CAD36;
}
</style>
border-color css
<style>
span { border-color: #4CAD36; }
span { border-color: rgb(76,173,54); }
td.TdClassName
{
border-color: #4CAD36;
}
.TagClassName
{
border-color: #4CAD36;
}
</style>