#6ED486

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

Shades of Pastel Green #6ED486

Tints of Pastel Green #6ED486

Color information

#6ED486 (or 0x6ED486) is unknown color: approx 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

RGB110212134-
CMYK0.4800.370.17
HSL134.12º54.26%63.14%-
HSV(B)134.12º48.11%83.14%-
XYZ34.2852.1230.81-
YUV172.61106.2183.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.12%
GREEN value IS 212 (83.20% 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 (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1102121340.4800.370.17134.1254.2663.14
Hex6ED486300251186363f
Octal15632420660045212066677
Binary1101110110101001000011011000001001011000110000110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>