Shades of Apple #4FBF3C
Tints of Apple #4FBF3C
RGB
CMYK
RGB Variations
Color information
#4FBF3C (or 0x4FBF3C) is known color: Apple. HEX triplet: 4F, BF and 3C. RGB value is (79,191,60). Sum of RGB (Red+Green+Blue) = 79+191+60=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 191 (75% from 255 or 57.88% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 191 - color contains mainly: green. Hex color #4FBF3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FBF3C is #B040C3. Grayscale: #8E8E8E. Windows color (decimal): -11550916 or 3981135. OLE color: 3981135.
HSL color Cylindrical-coordinate representation of color #4FBF3C: hue angle of 111.3º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FBF3C is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 191 | 60 | - |
| CMYK | 0.59 | 0 | 0.69 | 0.25 |
| HSL | 111.3º | 0.52% | 0.49% | - |
| HSV(B) | 111.3º | 0.69% | 0.75% | - |
| XYZ | 22.67 | 39.25 | 10.66 | - |
| YUV | 142.58 | 81.39 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 191 | 60 | 0.59 | 0 | 0.69 | 0.25 | 111.3 | 0.52 | 0.49 |
| Hex | 4F | BF | 3C | 3B | 0 | 45 | 19 | 6F | 34 | 31 |
| Octal | 117 | 277 | 74 | 73 | 0 | 105 | 31 | 157 | 64 | 61 |
| Binary | 1001111 | 10111111 | 111100 | 111011 | 0 | 1000101 | 11001 | 1101111 | 110100 | 110001 |
Color Harmonies of #4FBF3C
Complementary color
Monochromatic Colors of #4FBF3C
Black with #4FBF3C
Text Example
Text Example
White with #4FBF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBF3C; }
p { color: rgb(79,191,60); }
H1.HeaderClassName
{
color: #4FBF3C;
}
.AnyTagClassName
{
color: #4FBF3C;
}
</style>
background-color css
<style>
a { background-color: #4FBF3C; }
a { background-color: rgb(79,191,60); }
div.DivClassName
{
background-color: #4FBF3C;
}
.BgClassName
{
background-color: #4FBF3C;
}
</style>
border-color css
<style>
span { border-color: #4FBF3C; }
span { border-color: rgb(79,191,60); }
td.TdClassName
{
border-color: #4FBF3C;
}
.TagClassName
{
border-color: #4FBF3C;
}
</style>