#4FBF3F

Color #4FBF3F Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #4FBF3F

Tints of Apple #4FBF3F

Color information

#4FBF3F (or 0x4FBF3F) is unknown color: approx Apple. HEX triplet: 4F, BF and 3F. RGB value is (79,191,63). Sum of RGB (Red+Green+Blue) = 79+191+63=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 191 (75% from 255 or 57.36% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 191 - color contains mainly: green. Hex color #4FBF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FBF3F is #B040C0. Grayscale: #8F8F8F. Windows color (decimal): -11550913 or 4177743. OLE color: 4177743.

HSL color Cylindrical-coordinate representation of color #4FBF3F: hue angle of 112.5º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FBF3F is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB7919163-
CMYK0.5900.670.25
HSL112.5º50.39%49.8%-
HSV(B)112.5º67.02%74.9%-
XYZ22.7539.2811.09-
YUV142.9282.8982.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 79 (31.25% from 255) = 23.72%
GREEN value IS 191 (75% from 255) = 57.36%
BLUE value IS 63 (25% from 255) = 18.92%
R=23.72%
G=57.36%
B=18.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79191630.5900.670.25112.550.3949.8
Hex4FBF3F3B04319703232
Octal11727777730103311606262
Binary10011111011111111111111101101000011110011110000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FBF3F; }

 p { color: rgb(79,191,63); }

 H1.HeaderClassName
 {
   color: #4FBF3F;
 }
 .AnyTagClassName
 {
   color: #4FBF3F;
 }
</style>
background-color css

<style>
 a { background-color: #4FBF3F; }

 a { background-color: rgb(79,191,63); }

 div.DivClassName
 {
   background-color: #4FBF3F;
 }
 .BgClassName
 {
   background-color: #4FBF3F;
 }
</style>
border-color css

<style>
 span { border-color: #4FBF3F; }

 span { border-color: rgb(79,191,63); }

 td.TdClassName
 {
   border-color: #4FBF3F;
 }
 .TagClassName
 {
   border-color: #4FBF3F;
 }
</style>