Html Css Color HEX #80DC06 Lawn Green

📋 copy color: '#80DC06'

red 128 ◦ green 220 ◦ blue 6

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

Shades of Lawn Green #80DC06

Tints of Lawn Green #80DC06

RGB

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

 GREEN value IS 220 (86.33% from 255) = 62.15%

 BLUE value IS 6 (2.73% from 255) = 1.69%

R = 36.16%
G = 62.15%
B = 1.69%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#80DC06 (or 0x80DC06) is known color: Lawn Green. HEX triplet: 80, DC and 06. RGB value is (128,220,6). Sum of RGB (Red+Green+Blue) = 128+220+6=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 220 (86.33% from 255 or 62.15% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DC06 is #7F23F9. Grayscale: #A8A8A8. Windows color (decimal): -8332282 or 449664. OLE color: 449664.

HSL color Cylindrical-coordinate representation of color #80DC06: hue angle of 85.79º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80DC06 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 220 6 -
CMYK 0.42 0 0.97 0.14
HSL 85.79º 0.95% 0.44% -
HSV(B) 85.79º 0.97% 0.86% -
XYZ 34.53 55.79 9.12 -
YUV 168.1 36.52 99.4 -
System Red Green Blue C M Y K H S L
Decimal 128 220 6 0.42 0 0.97 0.14 85.79 0.95 0.44
Hex 80 DC 6 2A 0 61 E 56 5F 2C
Octal 200 334 6 52 0 141 16 126 137 54
Binary 10000000 11011100 110 101010 0 1100001 1110 1010110 1011111 101100

Color Harmonies of #80DC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DC06

Black with #80DC06

Text Example


Text Example

White with #80DC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,220,6); }

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

background-color css

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

 a { background-color: rgb(128,220,6); }

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

border-color css

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

 span { border-color: rgb(128,220,6); }

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