#6FBE31

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

Shades of Apple #6FBE31

Tints of Apple #6FBE31

Color information

#6FBE31 (or 0x6FBE31) is unknown color: approx Apple. HEX triplet: 6F, BE and 31. RGB value is (111,190,49). Sum of RGB (Red+Green+Blue) = 111+190+49=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBE31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBE31 is #9041CE. Grayscale: #969696. Windows color (decimal): -9454031 or 3260015. OLE color: 3260015.

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

Color convert

RGB11119049-
CMYK0.4200.740.25
HSL93.62º59%46.86%-
HSV(B)93.62º74.21%74.51%-
XYZ25.5240.439.36-
YUV150.370.8399.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.71%
GREEN value IS 190 (74.61% from 255) = 54.29%
BLUE value IS 49 (19.53% from 255) = 14%
R=31.71%
G=54.29%
B=14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111190490.4200.740.2593.625946.86
Hex6FBE312A04A195e3b2f
Octal15727661520112311367357
Binary11011111011111011000110101001001010110011011110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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