#6FBE40

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

Shades of Apple #6FBE40

Tints of Apple #6FBE40

Color information

#6FBE40 (or 0x6FBE40) is unknown color: approx Apple. HEX triplet: 6F, BE and 40. RGB value is (111,190,64). Sum of RGB (Red+Green+Blue) = 111+190+64=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBE40 is #9041BF. Grayscale: #989898. Windows color (decimal): -9454016 or 4243055. OLE color: 4243055.

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

Color convert

RGB11119064-
CMYK0.4200.660.25
HSL97.62º49.61%49.8%-
HSV(B)97.62º66.32%74.51%-
XYZ25.8940.5811.32-
YUV152.0178.3398.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.41%
GREEN value IS 190 (74.61% from 255) = 52.05%
BLUE value IS 64 (25.39% from 255) = 17.53%
R=30.41%
G=52.05%
B=17.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111190640.4200.660.2597.6249.6149.8
Hex6FBE402A04219623232
Octal157276100520102311426262
Binary110111110111110100000010101001000010110011100010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FBE40; }

 p { color: rgb(111,190,64); }

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

<style>
 a { background-color: #6FBE40; }

 a { background-color: rgb(111,190,64); }

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

<style>
 span { border-color: #6FBE40; }

 span { border-color: rgb(111,190,64); }

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