Html Css Color HEX #80EA20 Lawn Green

📋 copy color: '#80EA20'

red 128 ◦ green 234 ◦ blue 32

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

Shades of Lawn Green #80EA20

Tints of Lawn Green #80EA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.12%

R = 32.49%
G = 59.39%
B = 8.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#80EA20 (or 0x80EA20) is known color: Lawn Green. HEX triplet: 80, EA and 20. RGB value is (128,234,32). Sum of RGB (Red+Green+Blue) = 128+234+32=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 234 (91.80% from 255 or 59.39% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EA20 is #7F15DF. Grayscale: #B3B3B3. Windows color (decimal): -8328672 or 2157184. OLE color: 2157184.

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

Color convert

RGB 128 234 32 -
CMYK 0.45 0 0.86 0.08
HSL 91.49º 0.83% 0.52% -
HSV(B) 91.49º 0.86% 0.92% -
XYZ 38.59 63.54 11.6 -
YUV 179.28 44.88 91.43 -
System Red Green Blue C M Y K H S L
Decimal 128 234 32 0.45 0 0.86 0.08 91.49 0.83 0.52
Hex 80 EA 20 2D 0 56 8 5B 53 34
Octal 200 352 40 55 0 126 10 133 123 64
Binary 10000000 11101010 100000 101101 0 1010110 1000 1011011 1010011 110100

Color Harmonies of #80EA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EA20

Black with #80EA20

Text Example


Text Example

White with #80EA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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