Shades of Apple #4FC346
Tints of Apple #4FC346
RGB
CMYK
RGB Variations
Color information
#4FC346 (or 0x4FC346) is known color: Apple. HEX triplet: 4F, C3 and 46. RGB value is (79,195,70). Sum of RGB (Red+Green+Blue) = 79+195+70=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 195 (76.56% from 255 or 56.69% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 195 - color contains mainly: green. Hex color #4FC346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FC346 is #B03CB9. Grayscale: #929292. Windows color (decimal): -11549882 or 4637519. OLE color: 4637519.
HSL color Cylindrical-coordinate representation of color #4FC346: 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 #4FC346 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 195 | 70 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.24 |
| HSL | 115.68º | 0.51% | 0.52% | - |
| HSV(B) | 115.68º | 0.64% | 0.76% | - |
| XYZ | 23.85 | 41.13 | 12.48 | - |
| YUV | 146.07 | 85.07 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 195 | 70 | 0.59 | 0 | 0.64 | 0.24 | 115.68 | 0.51 | 0.52 |
| Hex | 4F | C3 | 46 | 3B | 0 | 40 | 18 | 74 | 33 | 34 |
| Octal | 117 | 303 | 106 | 73 | 0 | 100 | 30 | 164 | 63 | 64 |
| Binary | 1001111 | 11000011 | 1000110 | 111011 | 0 | 1000000 | 11000 | 1110100 | 110011 | 110100 |
Color Harmonies of #4FC346
Complementary color
Monochromatic Colors of #4FC346
Black with #4FC346
Text Example
Text Example
White with #4FC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC346; }
p { color: rgb(79,195,70); }
H1.HeaderClassName
{
color: #4FC346;
}
.AnyTagClassName
{
color: #4FC346;
}
</style>
background-color css
<style>
a { background-color: #4FC346; }
a { background-color: rgb(79,195,70); }
div.DivClassName
{
background-color: #4FC346;
}
.BgClassName
{
background-color: #4FC346;
}
</style>
border-color css
<style>
span { border-color: #4FC346; }
span { border-color: rgb(79,195,70); }
td.TdClassName
{
border-color: #4FC346;
}
.TagClassName
{
border-color: #4FC346;
}
</style>