Html Css Color HEX #80EA84 Light Green

📋 copy color: '#80EA84'

red 128 ◦ green 234 ◦ blue 132

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

Shades of Light Green #80EA84

Tints of Light Green #80EA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.72%

R = 25.91%
G = 47.37%
B = 26.72%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#80EA84 (or 0x80EA84) is known color: Light Green. HEX triplet: 80, EA and 84. RGB value is (128,234,132). Sum of RGB (Red+Green+Blue) = 128+234+132=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EA84 is #7F157B. Grayscale: #BEBEBE. Windows color (decimal): -8328572 or 8710784. OLE color: 8710784.

HSL color Cylindrical-coordinate representation of color #80EA84: hue angle of 122.26º 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 #80EA84 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 234 132 -
CMYK 0.45 0 0.44 0.08
HSL 122.26º 0.72% 0.71% -
HSV(B) 122.26º 0.45% 0.92% -
XYZ 42.49 65.1 32.16 -
YUV 190.68 94.88 83.29 -
System Red Green Blue C M Y K H S L
Decimal 128 234 132 0.45 0 0.44 0.08 122.26 0.72 0.71
Hex 80 EA 84 2D 0 2C 8 7A 48 47
Octal 200 352 204 55 0 54 10 172 110 107
Binary 10000000 11101010 10000100 101101 0 101100 1000 1111010 1001000 1000111

Color Harmonies of #80EA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EA84

Black with #80EA84

Text Example


Text Example

White with #80EA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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