#68C14E

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

Shades of Apple #68C14E

Tints of Apple #68C14E

Color information

#68C14E (or 0x68C14E) is unknown color: approx Apple. HEX triplet: 68, C1 and 4E. RGB value is (104,193,78). Sum of RGB (Red+Green+Blue) = 104+193+78=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #68C14E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C14E is #973EB1. Grayscale: #999999. Windows color (decimal): -9911986 or 5161320. OLE color: 5161320.

HSL color Cylindrical-coordinate representation of color #68C14E: hue angle of 106.43º 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 #68C14E is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB10419378-
CMYK0.4600.600.24
HSL106.43º48.12%53.14%-
HSV(B)106.43º59.59%75.69%-
XYZ26.1541.6313.87-
YUV153.2885.5192.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 193 (75.78% from 255) = 51.47%
BLUE value IS 78 (30.86% from 255) = 20.8%
R=27.73%
G=51.47%
B=20.8%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal104193780.4600.600.24106.4348.1253.14
Hex68C14E2E03C186a3035
Octal15030111656074301526065
Binary11010001100000110011101011100111100110001101010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,193,78); }

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

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

 a { background-color: rgb(104,193,78); }

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

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

 span { border-color: rgb(104,193,78); }

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