Shades of Apple #4FC546
Tints of Apple #4FC546
RGB
CMYK
RGB Variations
Color information
#4FC546 (or 0x4FC546) is known color: Apple. HEX triplet: 4F, C5 and 46. RGB value is (79,197,70). Sum of RGB (Red+Green+Blue) = 79+197+70=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #4FC546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FC546 is #B03AB9. Grayscale: #939393. Windows color (decimal): -11549370 or 4638031. OLE color: 4638031.
HSL color Cylindrical-coordinate representation of color #4FC546: hue angle of 115.75º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FC546 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 197 | 70 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.23 |
| HSL | 115.75º | 0.52% | 0.52% | - |
| HSV(B) | 115.75º | 0.64% | 0.77% | - |
| XYZ | 24.3 | 42.04 | 12.63 | - |
| YUV | 147.24 | 84.41 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 197 | 70 | 0.60 | 0 | 0.64 | 0.23 | 115.75 | 0.52 | 0.52 |
| Hex | 4F | C5 | 46 | 3C | 0 | 40 | 17 | 74 | 34 | 34 |
| Octal | 117 | 305 | 106 | 74 | 0 | 100 | 27 | 164 | 64 | 64 |
| Binary | 1001111 | 11000101 | 1000110 | 111100 | 0 | 1000000 | 10111 | 1110100 | 110100 | 110100 |
Color Harmonies of #4FC546
Complementary color
Monochromatic Colors of #4FC546
Black with #4FC546
Text Example
Text Example
White with #4FC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC546; }
p { color: rgb(79,197,70); }
H1.HeaderClassName
{
color: #4FC546;
}
.AnyTagClassName
{
color: #4FC546;
}
</style>
background-color css
<style>
a { background-color: #4FC546; }
a { background-color: rgb(79,197,70); }
div.DivClassName
{
background-color: #4FC546;
}
.BgClassName
{
background-color: #4FC546;
}
</style>
border-color css
<style>
span { border-color: #4FC546; }
span { border-color: rgb(79,197,70); }
td.TdClassName
{
border-color: #4FC546;
}
.TagClassName
{
border-color: #4FC546;
}
</style>