Html Css Color HEX #80E714 Lawn Green

📋 copy color: '#80E714'

red 128 ◦ green 231 ◦ blue 20

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

Shades of Lawn Green #80E714

Tints of Lawn Green #80E714

RGB

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

 GREEN value IS 231 (90.63% from 255) = 60.95%

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

R = 33.77%
G = 60.95%
B = 5.28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#80E714 (or 0x80E714) is known color: Lawn Green. HEX triplet: 80, E7 and 14. RGB value is (128,231,20). Sum of RGB (Red+Green+Blue) = 128+231+20=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 231 (90.62% from 255 or 60.95% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 231 - color contains mainly: green. Hex color #80E714 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80E714 is #7F18EB. Grayscale: #B0B0B0. Windows color (decimal): -8329452 or 1369984. OLE color: 1369984.

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

Color convert

RGB 128 231 20 -
CMYK 0.45 0 0.91 0.09
HSL 89.29º 0.84% 0.49% -
HSV(B) 89.29º 0.91% 0.91% -
XYZ 37.6 61.79 10.61 -
YUV 176.15 39.88 93.66 -
System Red Green Blue C M Y K H S L
Decimal 128 231 20 0.45 0 0.91 0.09 89.29 0.84 0.49
Hex 80 E7 14 2D 0 5B 9 59 54 31
Octal 200 347 24 55 0 133 11 131 124 61
Binary 10000000 11100111 10100 101101 0 1011011 1001 1011001 1010100 110001

Color Harmonies of #80E714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E714

Black with #80E714

Text Example


Text Example

White with #80E714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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