Html Css Color HEX #80E27C Pastel Green

📋 copy color: '#80E27C'

red 128 ◦ green 226 ◦ blue 124

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

Shades of Pastel Green #80E27C

Tints of Pastel Green #80E27C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.28%

 BLUE value IS 124 (48.83% from 255) = 25.94%

R = 26.78%
G = 47.28%
B = 25.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#80E27C (or 0x80E27C) is known color: Pastel Green. HEX triplet: 80, E2 and 7C. RGB value is (128,226,124). Sum of RGB (Red+Green+Blue) = 128+226+124=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 226 - color contains mainly: green. Hex color #80E27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E27C is #7F1D83. Grayscale: #B9B9B9. Windows color (decimal): -8330628 or 8184448. OLE color: 8184448.

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

Color convert

RGB 128 226 124 -
CMYK 0.43 0 0.45 0.11
HSL 117.65º 0.64% 0.69% -
HSV(B) 117.65º 0.45% 0.89% -
XYZ 39.74 60.44 28.64 -
YUV 185.07 93.53 87.29 -
System Red Green Blue C M Y K H S L
Decimal 128 226 124 0.43 0 0.45 0.11 117.65 0.64 0.69
Hex 80 E2 7C 2B 0 2D B 76 40 45
Octal 200 342 174 53 0 55 13 166 100 105
Binary 10000000 11100010 1111100 101011 0 101101 1011 1110110 1000000 1000101

Color Harmonies of #80E27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E27C

Black with #80E27C

Text Example


Text Example

White with #80E27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,226,124); }

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

background-color css

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

 a { background-color: rgb(128,226,124); }

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

border-color css

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

 span { border-color: rgb(128,226,124); }

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