Html Css Color HEX #6ED080 Pastel Green

📋 copy color: '#6ED080'

red 110 ◦ green 208 ◦ blue 128

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

Shades of Pastel Green #6ED080

Tints of Pastel Green #6ED080

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.64%

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

R = 24.66%
G = 46.64%
B = 28.7%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#6ED080 (or 0x6ED080) is known color: Pastel Green. HEX triplet: 6E, D0 and 80. RGB value is (110,208,128). Sum of RGB (Red+Green+Blue) = 110+208+128=446 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.66% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED080 is #912F7F. Grayscale: #A9A9A9. Windows color (decimal): -9514880 or 8441966. OLE color: 8441966.

HSL color Cylindrical-coordinate representation of color #6ED080: hue angle of 131.02º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED080 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 208 128 -
CMYK 0.47 0 0.38 0.18
HSL 131.02º 0.51% 0.62% -
HSV(B) 131.02º 0.47% 0.82% -
XYZ 32.88 49.99 28.34 -
YUV 169.58 104.53 85.5 -
System Red Green Blue C M Y K H S L
Decimal 110 208 128 0.47 0 0.38 0.18 131.02 0.51 0.62
Hex 6E D0 80 2F 0 26 12 83 33 3E
Octal 156 320 200 57 0 46 22 203 63 76
Binary 1101110 11010000 10000000 101111 0 100110 10010 10000011 110011 111110

Color Harmonies of #6ED080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED080

Black with #6ED080

Text Example


Text Example

White with #6ED080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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