Html Css Color HEX #6EDB7A Pastel Green

📋 copy color: '#6EDB7A'

red 110 ◦ green 219 ◦ blue 122

#6EDB7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #6EDB7A

Tints of Pastel Green #6EDB7A

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 value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#6EDB7A (or 0x6EDB7A) is known color: 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

RGB 110 219 122 -
CMYK 0.50 0 0.44 0.14
HSL 126.61º 0.6% 0.65% -
HSV(B) 126.61º 0.5% 0.86% -
XYZ 35.27 55.38 27.24 -
YUV 175.35 97.89 81.39 -
System Red Green Blue C M Y K H S L
Decimal 110 219 122 0.50 0 0.44 0.14 126.61 0.6 0.65
Hex 6E DB 7A 32 0 2C E 7F 3C 41
Octal 156 333 172 62 0 54 16 177 74 101
Binary 1101110 11011011 1111010 110010 0 101100 1110 1111111 111100 1000001

Color Harmonies of #6EDB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDB7A

Black with #6EDB7A

Text Example


Text Example

White with #6EDB7A

Text Example


Text Example

HTML Codes & Css Web 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>