Html Css Color HEX #80E320 Lawn Green

📋 copy color: '#80E320'

red 128 ◦ green 227 ◦ blue 32

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

Shades of Lawn Green #80E320

Tints of Lawn Green #80E320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 58.66%

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

R = 33.07%
G = 58.66%
B = 8.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#80E320 (or 0x80E320) is known color: Lawn Green. HEX triplet: 80, E3 and 20. RGB value is (128,227,32). Sum of RGB (Red+Green+Blue) = 128+227+32=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 227 (89.06% from 255 or 58.66% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 227 - color contains mainly: green. Hex color #80E320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E320 is #7F1CDF. Grayscale: #AFAFAF. Windows color (decimal): -8330464 or 2155392. OLE color: 2155392.

HSL color Cylindrical-coordinate representation of color #80E320: hue angle of 90.46º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80E320 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 227 32 -
CMYK 0.44 0 0.86 0.11
HSL 90.46º 0.78% 0.51% -
HSV(B) 90.46º 0.86% 0.89% -
XYZ 36.63 59.63 10.95 -
YUV 175.17 47.2 94.36 -
System Red Green Blue C M Y K H S L
Decimal 128 227 32 0.44 0 0.86 0.11 90.46 0.78 0.51
Hex 80 E3 20 2C 0 56 B 5A 4E 33
Octal 200 343 40 54 0 126 13 132 116 63
Binary 10000000 11100011 100000 101100 0 1010110 1011 1011010 1001110 110011

Color Harmonies of #80E320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E320

Black with #80E320

Text Example


Text Example

White with #80E320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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