#6EED86

Color #6EED86 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #6EED86

Tints of Pastel Green #6EED86

Color information

#6EED86 (or 0x6EED86) is unknown color: approx Pastel Green. HEX triplet: 6E, ED and 86. RGB value is (110,237,134). Sum of RGB (Red+Green+Blue) = 110+237+134=481 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.87% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #6EED86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EED86 is #911279. Grayscale: #BBBBBB. Windows color (decimal): -9507450 or 8842606. OLE color: 8842606.

HSL color Cylindrical-coordinate representation of color #6EED86: hue angle of 131.34º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EED86 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB110237134-
CMYK0.5400.430.07
HSL131.34º77.91%68.04%-
HSV(B)131.34º53.59%92.94%-
XYZ41.0265.633.06-
YUV187.2997.9272.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.87%
GREEN value IS 237 (92.97% from 255) = 49.27%
BLUE value IS 134 (52.73% from 255) = 27.86%
R=22.87%
G=49.27%
B=27.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1102371340.5400.430.07131.3477.9168.04
Hex6EED863602B7834e44
Octal156355206660537203116104
Binary1101110111011011000011011011001010111111000001110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EED86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EED86;
 }
 .AnyTagClassName
 {
   color: #6EED86;
 }
</style>
background-color css

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

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

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

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

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

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