Shades of Apple #4DC242
Tints of Apple #4DC242
RGB
CMYK
RGB Variations
Color information
#4DC242 (or 0x4DC242) is known color: Apple. HEX triplet: 4D, C2 and 42. RGB value is (77,194,66). Sum of RGB (Red+Green+Blue) = 77+194+66=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #4DC242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC242 is #B23DBD. Grayscale: #909090. Windows color (decimal): -11681214 or 4375117. OLE color: 4375117.
HSL color Cylindrical-coordinate representation of color #4DC242: hue angle of 114.84º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DC242 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 194 | 66 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.24 |
| HSL | 114.84º | 0.51% | 0.51% | - |
| HSV(B) | 114.84º | 0.66% | 0.76% | - |
| XYZ | 23.34 | 40.55 | 11.75 | - |
| YUV | 144.43 | 83.74 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 194 | 66 | 0.60 | 0 | 0.66 | 0.24 | 114.84 | 0.51 | 0.51 |
| Hex | 4D | C2 | 42 | 3C | 0 | 42 | 18 | 73 | 33 | 33 |
| Octal | 115 | 302 | 102 | 74 | 0 | 102 | 30 | 163 | 63 | 63 |
| Binary | 1001101 | 11000010 | 1000010 | 111100 | 0 | 1000010 | 11000 | 1110011 | 110011 | 110011 |
Color Harmonies of #4DC242
Complementary color
Monochromatic Colors of #4DC242
Black with #4DC242
Text Example
Text Example
White with #4DC242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC242; }
p { color: rgb(77,194,66); }
H1.HeaderClassName
{
color: #4DC242;
}
.AnyTagClassName
{
color: #4DC242;
}
</style>
background-color css
<style>
a { background-color: #4DC242; }
a { background-color: rgb(77,194,66); }
div.DivClassName
{
background-color: #4DC242;
}
.BgClassName
{
background-color: #4DC242;
}
</style>
border-color css
<style>
span { border-color: #4DC242; }
span { border-color: rgb(77,194,66); }
td.TdClassName
{
border-color: #4DC242;
}
.TagClassName
{
border-color: #4DC242;
}
</style>