#6EDF7B

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

Shades of Pastel Green #6EDF7B

Tints of Pastel Green #6EDF7B

Color information

#6EDF7B (or 0x6EDF7B) is unknown color: approx Pastel Green. HEX triplet: 6E, DF and 7B. RGB value is (110,223,123). Sum of RGB (Red+Green+Blue) = 110+223+123=456 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.12% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDF7B is #912084. Grayscale: #B2B2B2. Windows color (decimal): -9511045 or 8118126. OLE color: 8118126.

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

Color convert

RGB110223123-
CMYK0.5100.450.13
HSL126.9º63.84%65.29%-
HSV(B)126.9º50.67%87.45%-
XYZ36.3957.5227.92-
YUV177.8197.0679.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.12%
GREEN value IS 223 (87.5% from 255) = 48.90%
BLUE value IS 123 (48.44% from 255) = 26.97%
R=24.12%
G=48.90%
B=26.97%

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
Decimal1102231230.5100.450.13126.963.8465.29
Hex6EDF7B3302DD7f4041
Octal1563371736305515177100101
Binary110111011011111111101111001101011011101111111110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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