#6EDC76

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

Shades of Pastel Green #6EDC76

Tints of Pastel Green #6EDC76

Color information

#6EDC76 (or 0x6EDC76) is unknown color: approx Pastel Green. HEX triplet: 6E, DC and 76. RGB value is (110,220,118). Sum of RGB (Red+Green+Blue) = 110+220+118=448 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.55% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDC76 is #912389. Grayscale: #AFAFAF. Windows color (decimal): -9511818 or 7789678. OLE color: 7789678.

HSL color Cylindrical-coordinate representation of color #6EDC76: hue angle of 124.36º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDC76 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB110220118-
CMYK0.5000.460.14
HSL124.36º61.11%64.71%-
HSV(B)124.36º50%86.27%-
XYZ35.2955.8126.05-
YUV175.4895.5681.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.55%
GREEN value IS 220 (86.33% from 255) = 49.11%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=24.55%
G=49.11%
B=26.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1102201180.5000.460.14124.3661.1164.71
Hex6EDC763202EE7c3d41
Octal156334166620561617475101
Binary11011101101110011101101100100101110111011111001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,220,118); }

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

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

 a { background-color: rgb(110,220,118); }

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

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

 span { border-color: rgb(110,220,118); }

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