#6EF986

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

Shades of Pastel Green #6EF986

Tints of Pastel Green #6EF986

Color information

#6EF986 (or 0x6EF986) is unknown color: approx Pastel Green. HEX triplet: 6E, F9 and 86. RGB value is (110,249,134). Sum of RGB (Red+Green+Blue) = 110+249+134=493 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.31% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #6EF986 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EF986 is #910679. Grayscale: #C2C2C2. Windows color (decimal): -9504378 or 8845678. OLE color: 8845678.

HSL color Cylindrical-coordinate representation of color #6EF986: hue angle of 130.36º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EF986 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB110249134-
CMYK0.5600.460.02
HSL130.36º92.05%70.39%-
HSV(B)130.36º55.82%97.65%-
XYZ44.6172.7934.25-
YUV194.3393.9567.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.31%
GREEN value IS 249 (97.66% from 255) = 50.51%
BLUE value IS 134 (52.73% from 255) = 27.18%
R=22.31%
G=50.51%
B=27.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1102491340.5600.460.02130.3692.0570.39
Hex6EF9863802E2825c46
Octal156371206700562202134106
Binary110111011111001100001101110000101110101000001010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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