#6EBF40

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

Shades of Apple #6EBF40

Tints of Apple #6EBF40

Color information

#6EBF40 (or 0x6EBF40) is unknown color: approx Apple. HEX triplet: 6E, BF and 40. RGB value is (110,191,64). Sum of RGB (Red+Green+Blue) = 110+191+64=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBF40 is #9140BF. Grayscale: #989898. Windows color (decimal): -9519296 or 4243310. OLE color: 4243310.

HSL color Cylindrical-coordinate representation of color #6EBF40: hue angle of 98.27º 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 #6EBF40 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB11019164-
CMYK0.4200.660.25
HSL98.27º49.8%50%-
HSV(B)98.27º66.49%74.9%-
XYZ25.9940.9511.38-
YUV152.378.1697.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.14%
GREEN value IS 191 (75% from 255) = 52.33%
BLUE value IS 64 (25.39% from 255) = 17.53%
R=30.14%
G=52.33%
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
Decimal110191640.4200.660.2598.2749.850
Hex6EBF402A04219623232
Octal156277100520102311426262
Binary110111010111111100000010101001000010110011100010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,191,64); }

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

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

 a { background-color: rgb(110,191,64); }

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

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

 span { border-color: rgb(110,191,64); }

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