#6EDF7A

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

Shades of Pastel Green #6EDF7A

Tints of Pastel Green #6EDF7A

Color information

#6EDF7A (or 0x6EDF7A) is unknown color: approx Pastel Green. HEX triplet: 6E, DF and 7A. RGB value is (110,223,122). Sum of RGB (Red+Green+Blue) = 110+223+122=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDF7A is #912085. Grayscale: #B1B1B1. Windows color (decimal): -9511046 or 8052590. OLE color: 8052590.

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

Color convert

RGB110223122-
CMYK0.5100.450.13
HSL126.37º63.84%65.29%-
HSV(B)126.37º50.67%87.45%-
XYZ36.3357.527.6-
YUV177.796.5679.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.18%
GREEN value IS 223 (87.5% from 255) = 49.01%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=24.18%
G=49.01%
B=26.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1102231220.5100.450.13126.3763.8465.29
Hex6EDF7A3302DD7e4041
Octal1563371726305515176100101
Binary110111011011111111101011001101011011101111111010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,223,122); }

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

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

 a { background-color: rgb(110,223,122); }

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

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

 span { border-color: rgb(110,223,122); }

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