Shades of Apple #4FC240
Tints of Apple #4FC240
RGB
CMYK
RGB Variations
Color information
#4FC240 (or 0x4FC240) is known color: Apple. HEX triplet: 4F, C2 and 40. RGB value is (79,194,64). Sum of RGB (Red+Green+Blue) = 79+194+64=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #4FC240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FC240 is #B03DBF. Grayscale: #919191. Windows color (decimal): -11550144 or 4244047. OLE color: 4244047.
HSL color Cylindrical-coordinate representation of color #4FC240: hue angle of 113.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FC240 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 194 | 64 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.24 |
| HSL | 113.08º | 0.52% | 0.51% | - |
| HSV(B) | 113.08º | 0.67% | 0.76% | - |
| XYZ | 23.44 | 40.62 | 11.45 | - |
| YUV | 144.8 | 82.4 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 194 | 64 | 0.59 | 0 | 0.67 | 0.24 | 113.08 | 0.52 | 0.51 |
| Hex | 4F | C2 | 40 | 3B | 0 | 43 | 18 | 71 | 34 | 33 |
| Octal | 117 | 302 | 100 | 73 | 0 | 103 | 30 | 161 | 64 | 63 |
| Binary | 1001111 | 11000010 | 1000000 | 111011 | 0 | 1000011 | 11000 | 1110001 | 110100 | 110011 |
Color Harmonies of #4FC240
Complementary color
Monochromatic Colors of #4FC240
Black with #4FC240
Text Example
Text Example
White with #4FC240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC240; }
p { color: rgb(79,194,64); }
H1.HeaderClassName
{
color: #4FC240;
}
.AnyTagClassName
{
color: #4FC240;
}
</style>
background-color css
<style>
a { background-color: #4FC240; }
a { background-color: rgb(79,194,64); }
div.DivClassName
{
background-color: #4FC240;
}
.BgClassName
{
background-color: #4FC240;
}
</style>
border-color css
<style>
span { border-color: #4FC240; }
span { border-color: rgb(79,194,64); }
td.TdClassName
{
border-color: #4FC240;
}
.TagClassName
{
border-color: #4FC240;
}
</style>