Html Css Color HEX #6ED486 Pastel Green

📋 copy color: '#6ED486'

red 110 ◦ green 212 ◦ blue 134

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

Shades of Pastel Green #6ED486

Tints of Pastel Green #6ED486

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.49%

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

R = 24.12%
G = 46.49%
B = 29.39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#6ED486 (or 0x6ED486) is known color: Pastel Green. HEX triplet: 6E, D4 and 86. RGB value is (110,212,134). Sum of RGB (Red+Green+Blue) = 110+212+134=456 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.12% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #6ED486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED486 is #912B79. Grayscale: #ACACAC. Windows color (decimal): -9513850 or 8836206. OLE color: 8836206.

HSL color Cylindrical-coordinate representation of color #6ED486: hue angle of 134.12º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED486 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 110 212 134 -
CMYK 0.48 0 0.37 0.17
HSL 134.12º 0.54% 0.63% -
HSV(B) 134.12º 0.48% 0.83% -
XYZ 34.28 52.12 30.81 -
YUV 172.61 106.21 83.34 -
System Red Green Blue C M Y K H S L
Decimal 110 212 134 0.48 0 0.37 0.17 134.12 0.54 0.63
Hex 6E D4 86 30 0 25 11 86 36 3F
Octal 156 324 206 60 0 45 21 206 66 77
Binary 1101110 11010100 10000110 110000 0 100101 10001 10000110 110110 111111

Color Harmonies of #6ED486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED486

Black with #6ED486

Text Example


Text Example

White with #6ED486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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