#6FC14D

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

Shades of Apple #6FC14D

Tints of Apple #6FC14D

Color information

#6FC14D (or 0x6FC14D) is unknown color: approx Apple. HEX triplet: 6F, C1 and 4D. RGB value is (111,193,77). Sum of RGB (Red+Green+Blue) = 111+193+77=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC14D is #903EB2. Grayscale: #9B9B9B. Windows color (decimal): -9453235 or 5095791. OLE color: 5095791.

HSL color Cylindrical-coordinate representation of color #6FC14D: hue angle of 102.41º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6FC14D is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB11119377-
CMYK0.4200.600.24
HSL102.41º48.33%52.94%-
HSV(B)102.41º60.1%75.69%-
XYZ26.9742.0613.72-
YUV155.2683.8396.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.13%
GREEN value IS 193 (75.78% from 255) = 50.66%
BLUE value IS 77 (30.47% from 255) = 20.21%
R=29.13%
G=50.66%
B=20.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal111193770.4200.600.24102.4148.3352.94
Hex6FC14D2A03C18663035
Octal15730111552074301466065
Binary11011111100000110011011010100111100110001100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,193,77); }

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

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

 a { background-color: rgb(111,193,77); }

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

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

 span { border-color: rgb(111,193,77); }

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