Html Css Color HEX #80E86E Pastel Green

📋 copy color: '#80E86E'

red 128 ◦ green 232 ◦ blue 110

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

Shades of Pastel Green #80E86E

Tints of Pastel Green #80E86E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.36%

 BLUE value IS 110 (43.36% from 255) = 23.4%

R = 27.23%
G = 49.36%
B = 23.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#80E86E (or 0x80E86E) is known color: Pastel Green. HEX triplet: 80, E8 and 6E. RGB value is (128,232,110). Sum of RGB (Red+Green+Blue) = 128+232+110=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 232 - color contains mainly: green. Hex color #80E86E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E86E is #7F1791. Grayscale: #BBBBBB. Windows color (decimal): -8329106 or 7268480. OLE color: 7268480.

HSL color Cylindrical-coordinate representation of color #80E86E: hue angle of 111.15º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80E86E is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 232 110 -
CMYK 0.45 0 0.53 0.09
HSL 111.15º 0.73% 0.67% -
HSV(B) 111.15º 0.53% 0.91% -
XYZ 40.57 63.43 24.86 -
YUV 187 84.54 85.92 -
System Red Green Blue C M Y K H S L
Decimal 128 232 110 0.45 0 0.53 0.09 111.15 0.73 0.67
Hex 80 E8 6E 2D 0 35 9 6F 49 43
Octal 200 350 156 55 0 65 11 157 111 103
Binary 10000000 11101000 1101110 101101 0 110101 1001 1101111 1001001 1000011

Color Harmonies of #80E86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E86E

Black with #80E86E

Text Example


Text Example

White with #80E86E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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