Html Css Color HEX #68D14A Apple

📋 copy color: '#68D14A'

red 104 ◦ green 209 ◦ blue 74

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

Shades of Apple #68D14A

Tints of Apple #68D14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.12%

R = 26.87%
G = 54.01%
B = 19.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#68D14A (or 0x68D14A) is known color: Apple. HEX triplet: 68, D1 and 4A. RGB value is (104,209,74). Sum of RGB (Red+Green+Blue) = 104+209+74=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 209 (82.03% from 255 or 54.01% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 209 - color contains mainly: green. Hex color #68D14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D14A is #972EB5. Grayscale: #A2A2A2. Windows color (decimal): -9907894 or 4903272. OLE color: 4903272.

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

Color convert

RGB 104 209 74 -
CMYK 0.50 0 0.65 0.18
HSL 106.67º 0.59% 0.55% -
HSV(B) 106.67º 0.65% 0.82% -
XYZ 29.75 49.04 14.38 -
YUV 162.22 78.21 86.48 -
System Red Green Blue C M Y K H S L
Decimal 104 209 74 0.50 0 0.65 0.18 106.67 0.59 0.55
Hex 68 D1 4A 32 0 41 12 6B 3B 37
Octal 150 321 112 62 0 101 22 153 73 67
Binary 1101000 11010001 1001010 110010 0 1000001 10010 1101011 111011 110111

Color Harmonies of #68D14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D14A

Black with #68D14A

Text Example


Text Example

White with #68D14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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