Html Css Color HEX #6ED286 Pastel Green

📋 copy color: '#6ED286'

red 110 ◦ green 210 ◦ blue 134

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

Shades of Pastel Green #6ED286

Tints of Pastel Green #6ED286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.26%

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

R = 24.23%
G = 46.26%
B = 29.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#6ED286 (or 0x6ED286) is known color: Pastel Green. HEX triplet: 6E, D2 and 86. RGB value is (110,210,134). Sum of RGB (Red+Green+Blue) = 110+210+134=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED286 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED286 is #912D79. Grayscale: #ABABAB. Windows color (decimal): -9514362 or 8835694. OLE color: 8835694.

HSL color Cylindrical-coordinate representation of color #6ED286: hue angle of 134.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED286 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 210 134 -
CMYK 0.48 0 0.36 0.18
HSL 134.4º 0.53% 0.63% -
HSV(B) 134.4º 0.48% 0.82% -
XYZ 33.78 51.13 30.64 -
YUV 171.44 106.87 84.18 -
System Red Green Blue C M Y K H S L
Decimal 110 210 134 0.48 0 0.36 0.18 134.4 0.53 0.63
Hex 6E D2 86 30 0 24 12 86 35 3F
Octal 156 322 206 60 0 44 22 206 65 77
Binary 1101110 11010010 10000110 110000 0 100100 10010 10000110 110101 111111

Color Harmonies of #6ED286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED286

Black with #6ED286

Text Example


Text Example

White with #6ED286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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