Html Css Color HEX #6ED670 Pastel Green

📋 copy color: '#6ED670'

red 110 ◦ green 214 ◦ blue 112

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

Shades of Pastel Green #6ED670

Tints of Pastel Green #6ED670

RGB

 RED value IS 110 (43.36% from 255) = 25.23%

 GREEN value IS 214 (83.98% from 255) = 49.08%

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 25.23%
G = 49.08%
B = 25.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#6ED670 (or 0x6ED670) is known color: Pastel Green. HEX triplet: 6E, D6 and 70. RGB value is (110,214,112). Sum of RGB (Red+Green+Blue) = 110+214+112=436 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.23% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED670 is #91298F. Grayscale: #ABABAB. Windows color (decimal): -9513360 or 7394926. OLE color: 7394926.

HSL color Cylindrical-coordinate representation of color #6ED670: hue angle of 121.15º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED670 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 110 214 112 -
CMYK 0.49 0 0.48 0.16
HSL 121.15º 0.56% 0.64% -
HSV(B) 121.15º 0.49% 0.84% -
XYZ 33.4 52.58 23.72 -
YUV 171.28 94.54 84.29 -
System Red Green Blue C M Y K H S L
Decimal 110 214 112 0.49 0 0.48 0.16 121.15 0.56 0.64
Hex 6E D6 70 31 0 30 10 79 38 40
Octal 156 326 160 61 0 60 20 171 70 100
Binary 1101110 11010110 1110000 110001 0 110000 10000 1111001 111000 1000000

Color Harmonies of #6ED670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED670

Black with #6ED670

Text Example


Text Example

White with #6ED670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,214,112); }

 H1.HeaderClassName
 {
   color: #6ED670;
 }
 .AnyTagClassName
 {
   color: #6ED670;
 }
</style>

background-color css

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

 a { background-color: rgb(110,214,112); }

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

border-color css

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

 span { border-color: rgb(110,214,112); }

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