Html Css Color HEX #6ED680 Pastel Green

📋 copy color: '#6ED680'

red 110 ◦ green 214 ◦ blue 128

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

Shades of Pastel Green #6ED680

Tints of Pastel Green #6ED680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.32%

R = 24.34%
G = 47.35%
B = 28.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#6ED680 (or 0x6ED680) is known color: Pastel Green. HEX triplet: 6E, D6 and 80. RGB value is (110,214,128). Sum of RGB (Red+Green+Blue) = 110+214+128=452 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.34% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED680 is #91297F. Grayscale: #ADADAD. Windows color (decimal): -9513344 or 8443502. OLE color: 8443502.

HSL color Cylindrical-coordinate representation of color #6ED680: hue angle of 130.38º 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 #6ED680 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 110 214 128 -
CMYK 0.49 0 0.40 0.16
HSL 130.38º 0.56% 0.64% -
HSV(B) 130.38º 0.49% 0.84% -
XYZ 34.37 52.97 28.83 -
YUV 173.1 102.54 82.99 -
System Red Green Blue C M Y K H S L
Decimal 110 214 128 0.49 0 0.40 0.16 130.38 0.56 0.64
Hex 6E D6 80 31 0 28 10 82 38 40
Octal 156 326 200 61 0 50 20 202 70 100
Binary 1101110 11010110 10000000 110001 0 101000 10000 10000010 111000 1000000

Color Harmonies of #6ED680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED680

Black with #6ED680

Text Example


Text Example

White with #6ED680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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