Html Css Color HEX #80DC13 Lawn Green

📋 copy color: '#80DC13'

red 128 ◦ green 220 ◦ blue 19

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

Shades of Lawn Green #80DC13

Tints of Lawn Green #80DC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.18%

R = 34.88%
G = 59.95%
B = 5.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#80DC13 (or 0x80DC13) is known color: Lawn Green. HEX triplet: 80, DC and 13. RGB value is (128,220,19). Sum of RGB (Red+Green+Blue) = 128+220+19=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DC13 is #7F23EC. Grayscale: #AAAAAA. Windows color (decimal): -8332269 or 1301632. OLE color: 1301632.

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

Color convert

RGB 128 220 19 -
CMYK 0.42 0 0.91 0.14
HSL 87.46º 0.84% 0.47% -
HSV(B) 87.46º 0.91% 0.86% -
XYZ 34.61 55.82 9.57 -
YUV 169.58 43.02 98.34 -
System Red Green Blue C M Y K H S L
Decimal 128 220 19 0.42 0 0.91 0.14 87.46 0.84 0.47
Hex 80 DC 13 2A 0 5B E 57 54 2F
Octal 200 334 23 52 0 133 16 127 124 57
Binary 10000000 11011100 10011 101010 0 1011011 1110 1010111 1010100 101111

Color Harmonies of #80DC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DC13

Black with #80DC13

Text Example


Text Example

White with #80DC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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