#6EDD6A

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

Shades of Pastel Green #6EDD6A

Tints of Pastel Green #6EDD6A

Color information

#6EDD6A (or 0x6EDD6A) is unknown color: approx Pastel Green. HEX triplet: 6E, DD and 6A. RGB value is (110,221,106). Sum of RGB (Red+Green+Blue) = 110+221+106=437 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.17% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDD6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDD6A is #912295. Grayscale: #AFAFAF. Windows color (decimal): -9511574 or 7003502. OLE color: 7003502.

HSL color Cylindrical-coordinate representation of color #6EDD6A: hue angle of 117.91º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EDD6A is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB110221106-
CMYK0.5000.520.13
HSL117.91º62.84%64.12%-
HSV(B)117.91º52.04%86.67%-
XYZ34.8956.0722.62-
YUV174.789.2381.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.17%
GREEN value IS 221 (86.72% from 255) = 50.57%
BLUE value IS 106 (41.80% from 255) = 24.26%
R=25.17%
G=50.57%
B=24.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1102211060.5000.520.13117.9162.8464.12
Hex6EDD6A32034D763f40
Octal156335152620641516677100
Binary11011101101110111010101100100110100110111101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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