#68D14F

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

Shades of Apple #68D14F

Tints of Apple #68D14F

Color information

#68D14F (or 0x68D14F) is unknown color: approx Apple. HEX triplet: 68, D1 and 4F. RGB value is (104,209,79). Sum of RGB (Red+Green+Blue) = 104+209+79=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 209 (82.03% from 255 or 53.32% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 209 - color contains mainly: green. Hex color #68D14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D14F is #972EB0. Grayscale: #A3A3A3. Windows color (decimal): -9907889 or 5230952. OLE color: 5230952.

HSL color Cylindrical-coordinate representation of color #68D14F: hue angle of 108.46º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68D14F is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB10420979-
CMYK0.5000.620.18
HSL108.46º58.56%56.47%-
HSV(B)108.46º62.2%81.96%-
XYZ29.9249.1115.3-
YUV162.7880.7186.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.53%
GREEN value IS 209 (82.03% from 255) = 53.32%
BLUE value IS 79 (31.25% from 255) = 20.15%
R=26.53%
G=53.32%
B=20.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal104209790.5000.620.18108.4658.5656.47
Hex68D14F3203E126c3b38
Octal15032111762076221547370
Binary11010001101000110011111100100111110100101101100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68D14F; }

 p { color: rgb(104,209,79); }

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

<style>
 a { background-color: #68D14F; }

 a { background-color: rgb(104,209,79); }

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

<style>
 span { border-color: #68D14F; }

 span { border-color: rgb(104,209,79); }

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