Html Css Color HEX #6EC14D Apple

📋 copy color: '#6EC14D'

red 110 ◦ green 193 ◦ blue 77

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

Shades of Apple #6EC14D

Tints of Apple #6EC14D

RGB

 RED value IS 110 (43.36% from 255) = 28.95%

 GREEN value IS 193 (75.78% from 255) = 50.79%

 BLUE value IS 77 (30.47% from 255) = 20.26%

R = 28.95%
G = 50.79%
B = 20.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#6EC14D (or 0x6EC14D) is known color: Apple. HEX triplet: 6E, C1 and 4D. RGB value is (110,193,77). Sum of RGB (Red+Green+Blue) = 110+193+77=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC14D is #913EB2. Grayscale: #9B9B9B. Windows color (decimal): -9518771 or 5095790. OLE color: 5095790.

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

Color convert

RGB 110 193 77 -
CMYK 0.43 0 0.60 0.24
HSL 102.93º 0.48% 0.53% -
HSV(B) 102.93º 0.6% 0.76% -
XYZ 26.84 41.99 13.71 -
YUV 154.96 84 95.93 -
System Red Green Blue C M Y K H S L
Decimal 110 193 77 0.43 0 0.60 0.24 102.93 0.48 0.53
Hex 6E C1 4D 2B 0 3C 18 67 30 35
Octal 156 301 115 53 0 74 30 147 60 65
Binary 1101110 11000001 1001101 101011 0 111100 11000 1100111 110000 110101

Color Harmonies of #6EC14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC14D

Black with #6EC14D

Text Example


Text Example

White with #6EC14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EC14D;
 }
 .AnyTagClassName
 {
   color: #6EC14D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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