Html Css Color HEX #68D14E Apple

📋 copy color: '#68D14E'

red 104 ◦ green 209 ◦ blue 78

#68D14E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #68D14E

Tints of Apple #68D14E

RGB

 RED value IS 104 (41.02% from 255) = 26.6%

 GREEN value IS 209 (82.03% from 255) = 53.45%

 BLUE value IS 78 (30.86% from 255) = 19.95%

R = 26.6%
G = 53.45%
B = 19.95%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#68D14E (or 0x68D14E) is known color: Apple. HEX triplet: 68, D1 and 4E. RGB value is (104,209,78). Sum of RGB (Red+Green+Blue) = 104+209+78=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 209 (82.03% from 255 or 53.45% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 209 - color contains mainly: green. Hex color #68D14E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D14E is #972EB1. Grayscale: #A3A3A3. Windows color (decimal): -9907890 or 5165416. OLE color: 5165416.

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

Color convert

RGB 104 209 78 -
CMYK 0.50 0 0.63 0.18
HSL 108.09º 0.59% 0.56% -
HSV(B) 108.09º 0.63% 0.82% -
XYZ 29.88 49.09 15.11 -
YUV 162.67 80.21 86.15 -
System Red Green Blue C M Y K H S L
Decimal 104 209 78 0.50 0 0.63 0.18 108.09 0.59 0.56
Hex 68 D1 4E 32 0 3F 12 6C 3B 38
Octal 150 321 116 62 0 77 22 154 73 70
Binary 1101000 11010001 1001110 110010 0 111111 10010 1101100 111011 111000

Color Harmonies of #68D14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D14E

Black with #68D14E

Text Example


Text Example

White with #68D14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68D14E;
 }
 .AnyTagClassName
 {
   color: #68D14E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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