Shades of Apple #4FBC3C
Tints of Apple #4FBC3C
RGB
CMYK
RGB Variations
Color information
#4FBC3C (or 0x4FBC3C) is known color: Apple. HEX triplet: 4F, BC and 3C. RGB value is (79,188,60). Sum of RGB (Red+Green+Blue) = 79+188+60=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FBC3C is #B043C3. Grayscale: #8D8D8D. Windows color (decimal): -11551684 or 3980367. OLE color: 3980367.
HSL color Cylindrical-coordinate representation of color #4FBC3C: hue angle of 111.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FBC3C is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 60 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.26 |
| HSL | 111.09º | 0.52% | 0.49% | - |
| HSV(B) | 111.09º | 0.68% | 0.74% | - |
| XYZ | 22.02 | 37.95 | 10.44 | - |
| YUV | 140.82 | 82.39 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 60 | 0.58 | 0 | 0.68 | 0.26 | 111.09 | 0.52 | 0.49 |
| Hex | 4F | BC | 3C | 3A | 0 | 44 | 1A | 6F | 34 | 31 |
| Octal | 117 | 274 | 74 | 72 | 0 | 104 | 32 | 157 | 64 | 61 |
| Binary | 1001111 | 10111100 | 111100 | 111010 | 0 | 1000100 | 11010 | 1101111 | 110100 | 110001 |
Color Harmonies of #4FBC3C
Complementary color
Monochromatic Colors of #4FBC3C
Black with #4FBC3C
Text Example
Text Example
White with #4FBC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC3C; }
p { color: rgb(79,188,60); }
H1.HeaderClassName
{
color: #4FBC3C;
}
.AnyTagClassName
{
color: #4FBC3C;
}
</style>
background-color css
<style>
a { background-color: #4FBC3C; }
a { background-color: rgb(79,188,60); }
div.DivClassName
{
background-color: #4FBC3C;
}
.BgClassName
{
background-color: #4FBC3C;
}
</style>
border-color css
<style>
span { border-color: #4FBC3C; }
span { border-color: rgb(79,188,60); }
td.TdClassName
{
border-color: #4FBC3C;
}
.TagClassName
{
border-color: #4FBC3C;
}
</style>