Html Css Color HEX #80E414 Lawn Green

📋 copy color: '#80E414'

red 128 ◦ green 228 ◦ blue 20

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

Shades of Lawn Green #80E414

Tints of Lawn Green #80E414

RGB

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

 GREEN value IS 228 (89.45% from 255) = 60.64%

 BLUE value IS 20 (8.2% from 255) = 5.32%

R = 34.04%
G = 60.64%
B = 5.32%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#80E414 (or 0x80E414) is known color: Lawn Green. HEX triplet: 80, E4 and 14. RGB value is (128,228,20). Sum of RGB (Red+Green+Blue) = 128+228+20=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 228 (89.45% from 255 or 60.64% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 228 - color contains mainly: green. Hex color #80E414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80E414 is #7F1BEB. Grayscale: #AFAFAF. Windows color (decimal): -8330220 or 1369216. OLE color: 1369216.

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

Color convert

RGB 128 228 20 -
CMYK 0.44 0 0.91 0.11
HSL 88.85º 0.84% 0.49% -
HSV(B) 88.85º 0.91% 0.89% -
XYZ 36.77 60.13 10.33 -
YUV 174.39 40.87 94.91 -
System Red Green Blue C M Y K H S L
Decimal 128 228 20 0.44 0 0.91 0.11 88.85 0.84 0.49
Hex 80 E4 14 2C 0 5B B 59 54 31
Octal 200 344 24 54 0 133 13 131 124 61
Binary 10000000 11100100 10100 101100 0 1011011 1011 1011001 1010100 110001

Color Harmonies of #80E414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E414

Black with #80E414

Text Example


Text Example

White with #80E414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,228,20); }

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

background-color css

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

 a { background-color: rgb(128,228,20); }

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

border-color css

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

 span { border-color: rgb(128,228,20); }

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