#6edd71

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

Shades of Pastel Green #6EDD71

Tints of Pastel Green #6EDD71

Color information

#6EDD71 (or 0x6EDD71) is unknown color: approx Pastel Green. HEX triplet: 6E, DD and 71. RGB value is (110,221,113). Sum of RGB (Red+Green+Blue) = 110+221+113=444 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.77% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDD71 is #91228E. Grayscale: #AFAFAF. Windows color (decimal): -9511567 or 7462254. OLE color: 7462254.

HSL color Cylindrical-coordinate representation of color #6EDD71: hue angle of 121.62º 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 #6EDD71 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB110221113-
CMYK0.5000.490.13
HSL121.62º62.01%64.9%-
HSV(B)121.62º50.23%86.67%-
XYZ35.2756.2224.62-
YUV175.592.7381.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.77%
GREEN value IS 221 (86.72% from 255) = 49.77%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=24.77%
G=49.77%
B=25.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1102211130.5000.490.13121.6262.0164.9
Hex6EDD7132031D7a3e41
Octal156335161620611517276101
Binary11011101101110111100011100100110001110111110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6edd71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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