Html Css Color HEX #80EA8D Light Green

📋 copy color: '#80EA8D'

red 128 ◦ green 234 ◦ blue 141

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

Shades of Light Green #80EA8D

Tints of Light Green #80EA8D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.52%

 BLUE value IS 141 (55.47% from 255) = 28.03%

R = 25.45%
G = 46.52%
B = 28.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#80EA8D (or 0x80EA8D) is known color: Light Green. HEX triplet: 80, EA and 8D. RGB value is (128,234,141). Sum of RGB (Red+Green+Blue) = 128+234+141=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EA8D is #7F1572. Grayscale: #BFBFBF. Windows color (decimal): -8328563 or 9300608. OLE color: 9300608.

HSL color Cylindrical-coordinate representation of color #80EA8D: hue angle of 127.36º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80EA8D is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 234 141 -
CMYK 0.45 0 0.40 0.08
HSL 127.36º 0.72% 0.71% -
HSV(B) 127.36º 0.45% 0.92% -
XYZ 43.13 65.36 35.54 -
YUV 191.7 99.38 82.56 -
System Red Green Blue C M Y K H S L
Decimal 128 234 141 0.45 0 0.40 0.08 127.36 0.72 0.71
Hex 80 EA 8D 2D 0 28 8 7F 48 47
Octal 200 352 215 55 0 50 10 177 110 107
Binary 10000000 11101010 10001101 101101 0 101000 1000 1111111 1001000 1000111

Color Harmonies of #80EA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EA8D

Black with #80EA8D

Text Example


Text Example

White with #80EA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,234,141); }

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

background-color css

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

 a { background-color: rgb(128,234,141); }

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

border-color css

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

 span { border-color: rgb(128,234,141); }

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