Html Css Color HEX #80DF14 Lawn Green

📋 copy color: '#80DF14'

red 128 ◦ green 223 ◦ blue 20

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

Shades of Lawn Green #80DF14

Tints of Lawn Green #80DF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 60.11%

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

R = 34.5%
G = 60.11%
B = 5.39%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#80DF14 (or 0x80DF14) is known color: Lawn Green. HEX triplet: 80, DF and 14. RGB value is (128,223,20). Sum of RGB (Red+Green+Blue) = 128+223+20=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 223 (87.5% from 255 or 60.11% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DF14 is #7F20EB. Grayscale: #ACACAC. Windows color (decimal): -8331500 or 1367936. OLE color: 1367936.

HSL color Cylindrical-coordinate representation of color #80DF14: hue angle of 88.08º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80DF14 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 223 20 -
CMYK 0.43 0 0.91 0.13
HSL 88.08º 0.84% 0.48% -
HSV(B) 88.08º 0.91% 0.87% -
XYZ 35.42 57.42 9.88 -
YUV 171.45 42.53 97.01 -
System Red Green Blue C M Y K H S L
Decimal 128 223 20 0.43 0 0.91 0.13 88.08 0.84 0.48
Hex 80 DF 14 2B 0 5B D 58 54 30
Octal 200 337 24 53 0 133 15 130 124 60
Binary 10000000 11011111 10100 101011 0 1011011 1101 1011000 1010100 110000

Color Harmonies of #80DF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DF14

Black with #80DF14

Text Example


Text Example

White with #80DF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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