Html Css Color HEX #80E37F Pastel Green

📋 copy color: '#80E37F'

red 128 ◦ green 227 ◦ blue 127

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

Shades of Pastel Green #80E37F

Tints of Pastel Green #80E37F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.1%

 BLUE value IS 127 (50% from 255) = 26.35%

R = 26.56%
G = 47.1%
B = 26.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#80E37F (or 0x80E37F) is known color: Pastel Green. HEX triplet: 80, E3 and 7F. RGB value is (128,227,127). Sum of RGB (Red+Green+Blue) = 128+227+127=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #80E37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E37F is #7F1C80. Grayscale: #BABABA. Windows color (decimal): -8330369 or 8381312. OLE color: 8381312.

HSL color Cylindrical-coordinate representation of color #80E37F: hue angle of 119.4º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E37F is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 227 127 -
CMYK 0.44 0 0.44 0.11
HSL 119.4º 0.64% 0.69% -
HSV(B) 119.4º 0.44% 0.89% -
XYZ 40.2 61.06 29.75 -
YUV 186 94.7 86.63 -
System Red Green Blue C M Y K H S L
Decimal 128 227 127 0.44 0 0.44 0.11 119.4 0.64 0.69
Hex 80 E3 7F 2C 0 2C B 77 40 45
Octal 200 343 177 54 0 54 13 167 100 105
Binary 10000000 11100011 1111111 101100 0 101100 1011 1110111 1000000 1000101

Color Harmonies of #80E37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E37F

Black with #80E37F

Text Example


Text Example

White with #80E37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,227,127); }

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

background-color css

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

 a { background-color: rgb(128,227,127); }

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

border-color css

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

 span { border-color: rgb(128,227,127); }

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