Shades of Apple #4EC245
Tints of Apple #4EC245
RGB
CMYK
RGB Variations
Color information
#4EC245 (or 0x4EC245) is known color: Apple. HEX triplet: 4E, C2 and 45. RGB value is (78,194,69). Sum of RGB (Red+Green+Blue) = 78+194+69=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #4EC245 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC245 is #B13DBA. Grayscale: #919191. Windows color (decimal): -11615675 or 4571726. OLE color: 4571726.
HSL color Cylindrical-coordinate representation of color #4EC245: hue angle of 115.68º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EC245 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 194 | 69 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.24 |
| HSL | 115.68º | 0.51% | 0.52% | - |
| HSV(B) | 115.68º | 0.64% | 0.76% | - |
| XYZ | 23.51 | 40.63 | 12.23 | - |
| YUV | 145.07 | 85.07 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 194 | 69 | 0.60 | 0 | 0.64 | 0.24 | 115.68 | 0.51 | 0.52 |
| Hex | 4E | C2 | 45 | 3C | 0 | 40 | 18 | 74 | 33 | 34 |
| Octal | 116 | 302 | 105 | 74 | 0 | 100 | 30 | 164 | 63 | 64 |
| Binary | 1001110 | 11000010 | 1000101 | 111100 | 0 | 1000000 | 11000 | 1110100 | 110011 | 110100 |
Color Harmonies of #4EC245
Complementary color
Monochromatic Colors of #4EC245
Black with #4EC245
Text Example
Text Example
White with #4EC245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC245; }
p { color: rgb(78,194,69); }
H1.HeaderClassName
{
color: #4EC245;
}
.AnyTagClassName
{
color: #4EC245;
}
</style>
background-color css
<style>
a { background-color: #4EC245; }
a { background-color: rgb(78,194,69); }
div.DivClassName
{
background-color: #4EC245;
}
.BgClassName
{
background-color: #4EC245;
}
</style>
border-color css
<style>
span { border-color: #4EC245; }
span { border-color: rgb(78,194,69); }
td.TdClassName
{
border-color: #4EC245;
}
.TagClassName
{
border-color: #4EC245;
}
</style>