Html Css Color HEX #80DD10 Lawn Green

📋 copy color: '#80DD10'

red 128 ◦ green 221 ◦ blue 16

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

Shades of Lawn Green #80DD10

Tints of Lawn Green #80DD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.38%

R = 35.07%
G = 60.55%
B = 4.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#80DD10 (or 0x80DD10) is known color: Lawn Green. HEX triplet: 80, DD and 10. RGB value is (128,221,16). Sum of RGB (Red+Green+Blue) = 128+221+16=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DD10 is #7F22EF. Grayscale: #AAAAAA. Windows color (decimal): -8332016 or 1105280. OLE color: 1105280.

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

Color convert

RGB 128 221 16 -
CMYK 0.42 0 0.93 0.13
HSL 87.22º 0.86% 0.46% -
HSV(B) 87.22º 0.93% 0.87% -
XYZ 34.85 56.34 9.53 -
YUV 169.82 41.19 98.17 -
System Red Green Blue C M Y K H S L
Decimal 128 221 16 0.42 0 0.93 0.13 87.22 0.86 0.46
Hex 80 DD 10 2A 0 5D D 57 56 2E
Octal 200 335 20 52 0 135 15 127 126 56
Binary 10000000 11011101 10000 101010 0 1011101 1101 1010111 1010110 101110

Color Harmonies of #80DD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DD10

Black with #80DD10

Text Example


Text Example

White with #80DD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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