Html Css Color HEX #80EC6A Pastel Green

📋 copy color: '#80EC6A'

red 128 ◦ green 236 ◦ blue 106

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

Shades of Pastel Green #80EC6A

Tints of Pastel Green #80EC6A

RGB

 RED value IS 128 (50.39% from 255) = 27.23%

 GREEN value IS 236 (92.58% from 255) = 50.21%

 BLUE value IS 106 (41.8% from 255) = 22.55%

R = 27.23%
G = 50.21%
B = 22.55%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#80EC6A (or 0x80EC6A) is known color: Pastel Green. HEX triplet: 80, EC and 6A. RGB value is (128,236,106). Sum of RGB (Red+Green+Blue) = 128+236+106=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EC6A is #7F1395. Grayscale: #BDBDBD. Windows color (decimal): -8328086 or 7007360. OLE color: 7007360.

HSL color Cylindrical-coordinate representation of color #80EC6A: hue angle of 109.85º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80EC6A is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 236 106 -
CMYK 0.46 0 0.55 0.07
HSL 109.85º 0.77% 0.67% -
HSV(B) 109.85º 0.55% 0.93% -
XYZ 41.5 65.62 24.11 -
YUV 188.89 81.22 84.57 -
System Red Green Blue C M Y K H S L
Decimal 128 236 106 0.46 0 0.55 0.07 109.85 0.77 0.67
Hex 80 EC 6A 2E 0 37 7 6E 4D 43
Octal 200 354 152 56 0 67 7 156 115 103
Binary 10000000 11101100 1101010 101110 0 110111 111 1101110 1001101 1000011

Color Harmonies of #80EC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EC6A

Black with #80EC6A

Text Example


Text Example

White with #80EC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80EC6A; }

 p { color: rgb(128,236,106); }

 H1.HeaderClassName
 {
   color: #80EC6A;
 }
 .AnyTagClassName
 {
   color: #80EC6A;
 }
</style>

background-color css

<style>
 a { background-color: #80EC6A; }

 a { background-color: rgb(128,236,106); }

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

border-color css

<style>
 span { border-color: #80EC6A; }

 span { border-color: rgb(128,236,106); }

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