#6EDA5B

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

Shades of Pastel Green #6EDA5B

Tints of Pastel Green #6EDA5B

Color information

#6EDA5B (or 0x6EDA5B) is unknown color: approx Pastel Green. HEX triplet: 6E, DA and 5B. RGB value is (110,218,91). Sum of RGB (Red+Green+Blue) = 110+218+91=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDA5B is #9125A4. Grayscale: #ABABAB. Windows color (decimal): -9512357 or 6019694. OLE color: 6019694.

HSL color Cylindrical-coordinate representation of color #6EDA5B: hue angle of 111.02º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6EDA5B is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB11021891-
CMYK0.5000.580.15
HSL111.02º63.18%60.59%-
HSV(B)111.02º58.26%85.49%-
XYZ33.3954.2118.6-
YUV171.2382.7284.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.25%
GREEN value IS 218 (85.55% from 255) = 52.03%
BLUE value IS 91 (35.94% from 255) = 21.72%
R=26.25%
G=52.03%
B=21.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal110218910.5000.580.15111.0263.1860.59
Hex6EDA5B3203AF6f3f3d
Octal15633213362072171577775
Binary1101110110110101011011110010011101011111101111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,218,91); }

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

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

 a { background-color: rgb(110,218,91); }

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

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

 span { border-color: rgb(110,218,91); }

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