Html Css Color HEX #80DC12 Lawn Green

📋 copy color: '#80DC12'

red 128 ◦ green 220 ◦ blue 18

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

Shades of Lawn Green #80DC12

Tints of Lawn Green #80DC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.92%

R = 34.97%
G = 60.11%
B = 4.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#80DC12 (or 0x80DC12) is known color: Lawn Green. HEX triplet: 80, DC and 12. RGB value is (128,220,18). Sum of RGB (Red+Green+Blue) = 128+220+18=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 220 (86.33% from 255 or 60.11% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DC12 is #7F23ED. Grayscale: #AAAAAA. Windows color (decimal): -8332270 or 1236096. OLE color: 1236096.

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

Color convert

RGB 128 220 18 -
CMYK 0.42 0 0.92 0.14
HSL 87.33º 0.85% 0.47% -
HSV(B) 87.33º 0.92% 0.86% -
XYZ 34.6 55.82 9.52 -
YUV 169.46 42.52 98.43 -
System Red Green Blue C M Y K H S L
Decimal 128 220 18 0.42 0 0.92 0.14 87.33 0.85 0.47
Hex 80 DC 12 2A 0 5C E 57 55 2F
Octal 200 334 22 52 0 134 16 127 125 57
Binary 10000000 11011100 10010 101010 0 1011100 1110 1010111 1010101 101111

Color Harmonies of #80DC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DC12

Black with #80DC12

Text Example


Text Example

White with #80DC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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