#6EDD5D

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

Shades of Pastel Green #6EDD5D

Tints of Pastel Green #6EDD5D

Color information

#6EDD5D (or 0x6EDD5D) is unknown color: approx Pastel Green. HEX triplet: 6E, DD and 5D. RGB value is (110,221,93). Sum of RGB (Red+Green+Blue) = 110+221+93=424 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.94% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDD5D is #9122A2. Grayscale: #ADADAD. Windows color (decimal): -9511587 or 6151534. OLE color: 6151534.

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

Color convert

RGB11022193-
CMYK0.5000.580.13
HSL112.03º65.31%61.57%-
HSV(B)112.03º57.92%86.67%-
XYZ34.2655.8219.32-
YUV173.2282.7382.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.94%
GREEN value IS 221 (86.72% from 255) = 52.12%
BLUE value IS 93 (36.72% from 255) = 21.93%
R=25.94%
G=52.12%
B=21.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal110221930.5000.580.13112.0365.3161.57
Hex6EDD5D3203AD70413e
Octal156335135620721516010176
Binary11011101101110110111011100100111010110111100001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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