Html Css Color HEX #80DD12 Lawn Green

📋 copy color: '#80DD12'

red 128 ◦ green 221 ◦ blue 18

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

Shades of Lawn Green #80DD12

Tints of Lawn Green #80DD12

RGB

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

 GREEN value IS 221 (86.72% from 255) = 60.22%

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

R = 34.88%
G = 60.22%
B = 4.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#80DD12 (or 0x80DD12) is known color: Lawn Green. HEX triplet: 80, DD and 12. RGB value is (128,221,18). Sum of RGB (Red+Green+Blue) = 128+221+18=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 221 (86.72% from 255 or 60.22% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DD12 is #7F22ED. Grayscale: #AAAAAA. Windows color (decimal): -8332014 or 1236352. OLE color: 1236352.

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

Color convert

RGB 128 221 18 -
CMYK 0.42 0 0.92 0.13
HSL 87.49º 0.85% 0.47% -
HSV(B) 87.49º 0.92% 0.87% -
XYZ 34.87 56.35 9.61 -
YUV 170.05 42.19 98.01 -
System Red Green Blue C M Y K H S L
Decimal 128 221 18 0.42 0 0.92 0.13 87.49 0.85 0.47
Hex 80 DD 12 2A 0 5C D 57 55 2F
Octal 200 335 22 52 0 134 15 127 125 57
Binary 10000000 11011101 10010 101010 0 1011100 1101 1010111 1010101 101111

Color Harmonies of #80DD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DD12

Black with #80DD12

Text Example


Text Example

White with #80DD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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