#6EDB7A

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

Shades of Pastel Green #6EDB7A

Tints of Pastel Green #6EDB7A

Color information

#6EDB7A (or 0x6EDB7A) is unknown color: approx Pastel Green. HEX triplet: 6E, DB and 7A. RGB value is (110,219,122). Sum of RGB (Red+Green+Blue) = 110+219+122=451 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.39% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDB7A is #912485. Grayscale: #AFAFAF. Windows color (decimal): -9512070 or 8051566. OLE color: 8051566.

HSL color Cylindrical-coordinate representation of color #6EDB7A: hue angle of 126.61º degrees, saturation: 0.6, 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 #6EDB7A is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB110219122-
CMYK0.5000.440.14
HSL126.61º60.22%64.51%-
HSV(B)126.61º49.77%85.88%-
XYZ35.2755.3827.24-
YUV175.3597.8981.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.39%
GREEN value IS 219 (85.94% from 255) = 48.56%
BLUE value IS 122 (48.05% from 255) = 27.05%
R=24.39%
G=48.56%
B=27.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1102191220.5000.440.14126.6160.2264.51
Hex6EDB7A3202CE7f3c41
Octal156333172620541617774101
Binary11011101101101111110101100100101100111011111111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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