Html Css Color HEX #80DC08 Lawn Green

📋 copy color: '#80DC08'

red 128 ◦ green 220 ◦ blue 8

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

Shades of Lawn Green #80DC08

Tints of Lawn Green #80DC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 35.96%
G = 61.8%
B = 2.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#80DC08 (or 0x80DC08) is known color: Lawn Green. HEX triplet: 80, DC and 08. RGB value is (128,220,8). Sum of RGB (Red+Green+Blue) = 128+220+8=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 220 (86.33% from 255 or 61.80% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DC08 is #7F23F7. Grayscale: #A9A9A9. Windows color (decimal): -8332280 or 580736. OLE color: 580736.

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

Color convert

RGB 128 220 8 -
CMYK 0.42 0 0.96 0.14
HSL 86.04º 0.93% 0.45% -
HSV(B) 86.04º 0.96% 0.86% -
XYZ 34.54 55.79 9.18 -
YUV 168.32 37.52 99.24 -
System Red Green Blue C M Y K H S L
Decimal 128 220 8 0.42 0 0.96 0.14 86.04 0.93 0.45
Hex 80 DC 8 2A 0 60 E 56 5D 2D
Octal 200 334 10 52 0 140 16 126 135 55
Binary 10000000 11011100 1000 101010 0 1100000 1110 1010110 1011101 101101

Color Harmonies of #80DC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DC08

Black with #80DC08

Text Example


Text Example

White with #80DC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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