Html Css Color HEX #80DD00 Lawn Green

📋 copy color: '#80DD00'

red 128 ◦ green 221 ◦ blue 0

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

Shades of Lawn Green #80DD00

Tints of Lawn Green #80DD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.68%
G = 63.32%
B = 0%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#80DD00 (or 0x80DD00) is known color: Lawn Green. HEX triplet: 80, DD and 00. RGB value is (128,221,0). Sum of RGB (Red+Green+Blue) = 128+221+0=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 221 (86.72% from 255 or 63.32% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DD00 is #7F22FF. Grayscale: #A8A8A8. Windows color (decimal): -8332032 or 56704. OLE color: 56704.

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

Color convert

RGB 128 221 0 -
CMYK 0.42 0 1 0.13
HSL 85.25º 1% 0.43% -
HSV(B) 85.25º 1% 0.87% -
XYZ 34.76 56.3 9.04 -
YUV 168 33.19 99.47 -
System Red Green Blue C M Y K H S L
Decimal 128 221 0 0.42 0 1 0.13 85.25 1 0.43
Hex 80 DD 0 2A 0 64 D 55 64 2B
Octal 200 335 0 52 0 144 15 125 144 53
Binary 10000000 11011101 0 101010 0 1100100 1101 1010101 1100100 101011

Color Harmonies of #80DD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DD00

Black with #80DD00

Text Example


Text Example

White with #80DD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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