Html Css Color HEX #6ED986 Pastel Green

📋 copy color: '#6ED986'

red 110 ◦ green 217 ◦ blue 134

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

Shades of Pastel Green #6ED986

Tints of Pastel Green #6ED986

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.07%

 BLUE value IS 134 (52.73% from 255) = 29.07%

R = 23.86%
G = 47.07%
B = 29.07%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#6ED986 (or 0x6ED986) is known color: Pastel Green. HEX triplet: 6E, D9 and 86. RGB value is (110,217,134). Sum of RGB (Red+Green+Blue) = 110+217+134=461 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.86% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED986 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED986 is #912679. Grayscale: #AFAFAF. Windows color (decimal): -9512570 or 8837486. OLE color: 8837486.

HSL color Cylindrical-coordinate representation of color #6ED986: hue angle of 133.46º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED986 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 217 134 -
CMYK 0.49 0 0.38 0.15
HSL 133.46º 0.58% 0.64% -
HSV(B) 133.46º 0.49% 0.85% -
XYZ 35.55 54.66 31.23 -
YUV 175.55 104.55 81.25 -
System Red Green Blue C M Y K H S L
Decimal 110 217 134 0.49 0 0.38 0.15 133.46 0.58 0.64
Hex 6E D9 86 31 0 26 F 85 3A 40
Octal 156 331 206 61 0 46 17 205 72 100
Binary 1101110 11011001 10000110 110001 0 100110 1111 10000101 111010 1000000

Color Harmonies of #6ED986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED986

Black with #6ED986

Text Example


Text Example

White with #6ED986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,217,134); }

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

background-color css

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

 a { background-color: rgb(110,217,134); }

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

border-color css

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

 span { border-color: rgb(110,217,134); }

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