#6FCD40

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

Shades of Apple #6FCD40

Tints of Apple #6FCD40

Color information

#6FCD40 (or 0x6FCD40) is unknown color: approx Apple. HEX triplet: 6F, CD and 40. RGB value is (111,205,64). Sum of RGB (Red+Green+Blue) = 111+205+64=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 205 (80.47% from 255 or 53.95% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCD40 is #9032BF. Grayscale: #A1A1A1. Windows color (decimal): -9450176 or 4246895. OLE color: 4246895.

HSL color Cylindrical-coordinate representation of color #6FCD40: hue angle of 100º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6FCD40 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB11120564-
CMYK0.4600.690.20
HSL100º58.51%52.75%-
HSV(B)100º68.78%80.39%-
XYZ29.3147.4112.46-
YUV160.8273.3692.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.21%
GREEN value IS 205 (80.47% from 255) = 53.95%
BLUE value IS 64 (25.39% from 255) = 16.84%
R=29.21%
G=53.95%
B=16.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal111205640.4600.690.2010058.5152.75
Hex6FCD402E04514643b35
Octal157315100560105241447365
Binary110111111001101100000010111001000101101001100100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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