Html Css Color HEX #80E016 Lawn Green

📋 copy color: '#80E016'

red 128 ◦ green 224 ◦ blue 22

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

Shades of Lawn Green #80E016

Tints of Lawn Green #80E016

RGB

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

 GREEN value IS 224 (87.89% from 255) = 59.89%

 BLUE value IS 22 (8.98% from 255) = 5.88%

R = 34.22%
G = 59.89%
B = 5.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#80E016 (or 0x80E016) is known color: Lawn Green. HEX triplet: 80, E0 and 16. RGB value is (128,224,22). Sum of RGB (Red+Green+Blue) = 128+224+22=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 224 (87.89% from 255 or 59.89% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 224 - color contains mainly: green. Hex color #80E016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80E016 is #7F1FE9. Grayscale: #ACACAC. Windows color (decimal): -8331242 or 1499264. OLE color: 1499264.

HSL color Cylindrical-coordinate representation of color #80E016: hue angle of 88.51º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80E016 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 224 22 -
CMYK 0.43 0 0.90 0.12
HSL 88.51º 0.82% 0.48% -
HSV(B) 88.51º 0.9% 0.88% -
XYZ 35.7 57.96 10.06 -
YUV 172.27 43.2 96.43 -
System Red Green Blue C M Y K H S L
Decimal 128 224 22 0.43 0 0.90 0.12 88.51 0.82 0.48
Hex 80 E0 16 2B 0 5A C 59 52 30
Octal 200 340 26 53 0 132 14 131 122 60
Binary 10000000 11100000 10110 101011 0 1011010 1100 1011001 1010010 110000

Color Harmonies of #80E016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E016

Black with #80E016

Text Example


Text Example

White with #80E016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,224,22); }

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

background-color css

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

 a { background-color: rgb(128,224,22); }

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

border-color css

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

 span { border-color: rgb(128,224,22); }

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