Shades of Apple #4DC03D
Tints of Apple #4DC03D
RGB
CMYK
RGB Variations
Color information
#4DC03D (or 0x4DC03D) is known color: Apple. HEX triplet: 4D, C0 and 3D. RGB value is (77,192,61). Sum of RGB (Red+Green+Blue) = 77+192+61=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC03D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC03D is #B23FC2. Grayscale: #8F8F8F. Windows color (decimal): -11681731 or 4046925. OLE color: 4046925.
HSL color Cylindrical-coordinate representation of color #4DC03D: hue angle of 112.67º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DC03D is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 61 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.25 |
| HSL | 112.67º | 0.52% | 0.5% | - |
| HSV(B) | 112.67º | 0.68% | 0.75% | - |
| XYZ | 22.75 | 39.61 | 10.86 | - |
| YUV | 142.68 | 81.9 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 61 | 0.60 | 0 | 0.68 | 0.25 | 112.67 | 0.52 | 0.5 |
| Hex | 4D | C0 | 3D | 3C | 0 | 44 | 19 | 71 | 34 | 32 |
| Octal | 115 | 300 | 75 | 74 | 0 | 104 | 31 | 161 | 64 | 62 |
| Binary | 1001101 | 11000000 | 111101 | 111100 | 0 | 1000100 | 11001 | 1110001 | 110100 | 110010 |
Color Harmonies of #4DC03D
Complementary color
Monochromatic Colors of #4DC03D
Black with #4DC03D
Text Example
Text Example
White with #4DC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC03D; }
p { color: rgb(77,192,61); }
H1.HeaderClassName
{
color: #4DC03D;
}
.AnyTagClassName
{
color: #4DC03D;
}
</style>
background-color css
<style>
a { background-color: #4DC03D; }
a { background-color: rgb(77,192,61); }
div.DivClassName
{
background-color: #4DC03D;
}
.BgClassName
{
background-color: #4DC03D;
}
</style>
border-color css
<style>
span { border-color: #4DC03D; }
span { border-color: rgb(77,192,61); }
td.TdClassName
{
border-color: #4DC03D;
}
.TagClassName
{
border-color: #4DC03D;
}
</style>