Shades of Apple #4FC545
Tints of Apple #4FC545
RGB
CMYK
RGB Variations
Color information
#4FC545 (or 0x4FC545) is known color: Apple. HEX triplet: 4F, C5 and 45. RGB value is (79,197,69). Sum of RGB (Red+Green+Blue) = 79+197+69=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #4FC545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FC545 is #B03ABA. Grayscale: #939393. Windows color (decimal): -11549371 or 4572495. OLE color: 4572495.
HSL color Cylindrical-coordinate representation of color #4FC545: hue angle of 115.31º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FC545 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 197 | 69 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.23 |
| HSL | 115.31º | 0.52% | 0.52% | - |
| HSV(B) | 115.31º | 0.65% | 0.77% | - |
| XYZ | 24.26 | 42.02 | 12.46 | - |
| YUV | 147.13 | 83.91 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 197 | 69 | 0.60 | 0 | 0.65 | 0.23 | 115.31 | 0.52 | 0.52 |
| Hex | 4F | C5 | 45 | 3C | 0 | 41 | 17 | 73 | 34 | 34 |
| Octal | 117 | 305 | 105 | 74 | 0 | 101 | 27 | 163 | 64 | 64 |
| Binary | 1001111 | 11000101 | 1000101 | 111100 | 0 | 1000001 | 10111 | 1110011 | 110100 | 110100 |
Color Harmonies of #4FC545
Complementary color
Monochromatic Colors of #4FC545
Black with #4FC545
Text Example
Text Example
White with #4FC545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC545; }
p { color: rgb(79,197,69); }
H1.HeaderClassName
{
color: #4FC545;
}
.AnyTagClassName
{
color: #4FC545;
}
</style>
background-color css
<style>
a { background-color: #4FC545; }
a { background-color: rgb(79,197,69); }
div.DivClassName
{
background-color: #4FC545;
}
.BgClassName
{
background-color: #4FC545;
}
</style>
border-color css
<style>
span { border-color: #4FC545; }
span { border-color: rgb(79,197,69); }
td.TdClassName
{
border-color: #4FC545;
}
.TagClassName
{
border-color: #4FC545;
}
</style>