#80E00D

Color #80E00D Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #80E00D

Tints of Lawn Green #80E00D

Color information

#80E00D (or 0x80E00D) is unknown color: approx Lawn Green. HEX triplet: 80, E0 and 0D. RGB value is (128,224,13). Sum of RGB (Red+Green+Blue) = 128+224+13=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 224 (87.89% from 255 or 61.37% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 224 - color contains mainly: green. Hex color #80E00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80E00D is #7F1FF2. Grayscale: #ABABAB. Windows color (decimal): -8331251 or 909440. OLE color: 909440.

HSL color Cylindrical-coordinate representation of color #80E00D: hue angle of 87.3º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80E00D is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB12822413-
CMYK0.4300.940.12
HSL87.3º89.03%46.47%-
HSV(B)87.3º94.2%87.84%-
XYZ35.6357.939.68-
YUV171.2438.797.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 224 (87.89% from 255) = 61.37%
BLUE value IS 13 (5.47% from 255) = 3.56%
R=35.07%
G=61.37%
B=3.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128224130.4300.940.1287.389.0346.47
Hex80E0D2B05EC57592e
Octal200340155301361412713156
Binary1000000011100000110110101101011110110010101111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,224,13); }

 H1.HeaderClassName
 {
   color: #80E00D;
 }
 .AnyTagClassName
 {
   color: #80E00D;
 }
</style>
background-color css

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

 a { background-color: rgb(128,224,13); }

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

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

 span { border-color: rgb(128,224,13); }

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