#6EED7B

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

Shades of Pastel Green #6EED7B

Tints of Pastel Green #6EED7B

Color information

#6EED7B (or 0x6EED7B) is unknown color: approx Pastel Green. HEX triplet: 6E, ED and 7B. RGB value is (110,237,123). Sum of RGB (Red+Green+Blue) = 110+237+123=470 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.40% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #6EED7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6EED7B is #911284. Grayscale: #BABABA. Windows color (decimal): -9507461 or 8121710. OLE color: 8121710.

HSL color Cylindrical-coordinate representation of color #6EED7B: hue angle of 126.14º 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 #6EED7B is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB110237123-
CMYK0.5400.480.07
HSL126.14º77.91%68.04%-
HSV(B)126.14º53.59%92.94%-
XYZ40.2965.3129.22-
YUV186.0392.4273.77-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.40%
GREEN value IS 237 (92.97% from 255) = 50.43%
BLUE value IS 123 (48.44% from 255) = 26.17%
R=23.40%
G=50.43%
B=26.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1102371230.5400.480.07126.1477.9168.04
Hex6EED7B3603077e4e44
Octal156355173660607176116104
Binary11011101110110111110111101100110000111111111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EED7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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