#6FCB40

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

Shades of Apple #6FCB40

Tints of Apple #6FCB40

Color information

#6FCB40 (or 0x6FCB40) is unknown color: approx Apple. HEX triplet: 6F, CB and 40. RGB value is (111,203,64). Sum of RGB (Red+Green+Blue) = 111+203+64=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCB40 is #9034BF. Grayscale: #A0A0A0. Windows color (decimal): -9450688 or 4246383. OLE color: 4246383.

HSL color Cylindrical-coordinate representation of color #6FCB40: hue angle of 99.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6FCB40 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB11120364-
CMYK0.4500.680.20
HSL99.71º57.2%52.35%-
HSV(B)99.71º68.47%79.61%-
XYZ28.8446.4612.3-
YUV159.6574.0293.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.37%
GREEN value IS 203 (79.69% from 255) = 53.70%
BLUE value IS 64 (25.39% from 255) = 16.93%
R=29.37%
G=53.70%
B=16.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal111203640.4500.680.2099.7157.252.35
Hex6FCB402D04414643934
Octal157313100550104241447164
Binary110111111001011100000010110101000100101001100100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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