Html Css Color HEX #80DA01 Lawn Green

📋 copy color: '#80DA01'

red 128 ◦ green 218 ◦ blue 1

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

Shades of Lawn Green #80DA01

Tints of Lawn Green #80DA01

RGB

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

 GREEN value IS 218 (85.55% from 255) = 62.82%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 36.89%
G = 62.82%
B = 0.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#80DA01 (or 0x80DA01) is known color: Lawn Green. HEX triplet: 80, DA and 01. RGB value is (128,218,1). Sum of RGB (Red+Green+Blue) = 128+218+1=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 218 (85.55% from 255 or 62.82% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DA01 is #7F25FE. Grayscale: #A7A7A7. Windows color (decimal): -8332799 or 121472. OLE color: 121472.

HSL color Cylindrical-coordinate representation of color #80DA01: hue angle of 84.88º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80DA01 is Cyan = 0.41, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 218 1 -
CMYK 0.41 0 1.00 0.15
HSL 84.88º 0.99% 0.43% -
HSV(B) 84.88º 1% 0.85% -
XYZ 33.98 54.73 8.8 -
YUV 166.35 34.68 100.64 -
System Red Green Blue C M Y K H S L
Decimal 128 218 1 0.41 0 1.00 0.15 84.88 0.99 0.43
Hex 80 DA 1 29 0 64 F 55 63 2B
Octal 200 332 1 51 0 144 17 125 143 53
Binary 10000000 11011010 1 101001 0 1100100 1111 1010101 1100011 101011

Color Harmonies of #80DA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA01

Black with #80DA01

Text Example


Text Example

White with #80DA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,218,1); }

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

background-color css

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

 a { background-color: rgb(128,218,1); }

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

border-color css

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

 span { border-color: rgb(128,218,1); }

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