Shades of Apple #4FC245
Tints of Apple #4FC245
RGB
CMYK
RGB Variations
Color information
#4FC245 (or 0x4FC245) is known color: Apple. HEX triplet: 4F, C2 and 45. RGB value is (79,194,69). Sum of RGB (Red+Green+Blue) = 79+194+69=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 194 (76.17% from 255 or 56.73% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 194 - color contains mainly: green. Hex color #4FC245 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FC245 is #B03DBA. Grayscale: #919191. Windows color (decimal): -11550139 or 4571727. OLE color: 4571727.
HSL color Cylindrical-coordinate representation of color #4FC245: hue angle of 115.2º 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 #4FC245 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 194 | 69 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.24 |
| HSL | 115.2º | 0.51% | 0.52% | - |
| HSV(B) | 115.2º | 0.64% | 0.76% | - |
| XYZ | 23.59 | 40.68 | 12.24 | - |
| YUV | 145.37 | 84.9 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 194 | 69 | 0.59 | 0 | 0.64 | 0.24 | 115.2 | 0.51 | 0.52 |
| Hex | 4F | C2 | 45 | 3B | 0 | 40 | 18 | 73 | 33 | 34 |
| Octal | 117 | 302 | 105 | 73 | 0 | 100 | 30 | 163 | 63 | 64 |
| Binary | 1001111 | 11000010 | 1000101 | 111011 | 0 | 1000000 | 11000 | 1110011 | 110011 | 110100 |
Color Harmonies of #4FC245
Complementary color
Monochromatic Colors of #4FC245
Black with #4FC245
Text Example
Text Example
White with #4FC245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC245; }
p { color: rgb(79,194,69); }
H1.HeaderClassName
{
color: #4FC245;
}
.AnyTagClassName
{
color: #4FC245;
}
</style>
background-color css
<style>
a { background-color: #4FC245; }
a { background-color: rgb(79,194,69); }
div.DivClassName
{
background-color: #4FC245;
}
.BgClassName
{
background-color: #4FC245;
}
</style>
border-color css
<style>
span { border-color: #4FC245; }
span { border-color: rgb(79,194,69); }
td.TdClassName
{
border-color: #4FC245;
}
.TagClassName
{
border-color: #4FC245;
}
</style>