#6EDD7C

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

Shades of Pastel Green #6EDD7C

Tints of Pastel Green #6EDD7C

Color information

#6EDD7C (or 0x6EDD7C) is unknown color: approx Pastel Green. HEX triplet: 6E, DD and 7C. RGB value is (110,221,124). Sum of RGB (Red+Green+Blue) = 110+221+124=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDD7C is #912283. Grayscale: #B1B1B1. Windows color (decimal): -9511556 or 8183150. OLE color: 8183150.

HSL color Cylindrical-coordinate representation of color #6EDD7C: hue angle of 127.57º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDD7C is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB110221124-
CMYK0.5000.440.13
HSL127.57º62.01%64.9%-
HSV(B)127.57º50.23%86.67%-
XYZ35.9256.4828.08-
YUV176.7598.2380.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.18%
GREEN value IS 221 (86.72% from 255) = 48.57%
BLUE value IS 124 (48.83% from 255) = 27.25%
R=24.18%
G=48.57%
B=27.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1102211240.5000.440.13127.5762.0164.9
Hex6EDD7C3202CD803e41
Octal156335174620541520076101
Binary110111011011101111110011001001011001101100000001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,221,124); }

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

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

 a { background-color: rgb(110,221,124); }

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

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

 span { border-color: rgb(110,221,124); }

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