Html Css Color HEX #80E914 Lawn Green

📋 copy color: '#80E914'

red 128 ◦ green 233 ◦ blue 20

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

Shades of Lawn Green #80E914

Tints of Lawn Green #80E914

RGB

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

 GREEN value IS 233 (91.41% from 255) = 61.15%

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

R = 33.6%
G = 61.15%
B = 5.25%

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

#80E914 (or 0x80E914) is known color: Lawn Green. HEX triplet: 80, E9 and 14. RGB value is (128,233,20). Sum of RGB (Red+Green+Blue) = 128+233+20=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 233 (91.41% from 255 or 61.15% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 233 - color contains mainly: green. Hex color #80E914 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80E914 is #7F16EB. Grayscale: #B2B2B2. Windows color (decimal): -8328940 or 1370496. OLE color: 1370496.

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

Color convert

RGB 128 233 20 -
CMYK 0.45 0 0.91 0.09
HSL 89.58º 0.84% 0.5% -
HSV(B) 89.58º 0.91% 0.91% -
XYZ 38.17 62.92 10.79 -
YUV 177.32 39.21 92.82 -
System Red Green Blue C M Y K H S L
Decimal 128 233 20 0.45 0 0.91 0.09 89.58 0.84 0.5
Hex 80 E9 14 2D 0 5B 9 5A 54 32
Octal 200 351 24 55 0 133 11 132 124 62
Binary 10000000 11101001 10100 101101 0 1011011 1001 1011010 1010100 110010

Color Harmonies of #80E914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E914

Black with #80E914

Text Example


Text Example

White with #80E914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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