Html Css Color HEX #80E310 Lawn Green

📋 copy color: '#80E310'

red 128 ◦ green 227 ◦ blue 16

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

Shades of Lawn Green #80E310

Tints of Lawn Green #80E310

RGB

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

 GREEN value IS 227 (89.06% from 255) = 61.19%

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

R = 34.5%
G = 61.19%
B = 4.31%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#80E310 (or 0x80E310) is known color: Lawn Green. HEX triplet: 80, E3 and 10. RGB value is (128,227,16). Sum of RGB (Red+Green+Blue) = 128+227+16=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 227 (89.06% from 255 or 61.19% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 227 - color contains mainly: green. Hex color #80E310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80E310 is #7F1CEF. Grayscale: #AEAEAE. Windows color (decimal): -8330480 or 1106816. OLE color: 1106816.

HSL color Cylindrical-coordinate representation of color #80E310: hue angle of 88.15º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80E310 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 227 16 -
CMYK 0.44 0 0.93 0.11
HSL 88.15º 0.87% 0.48% -
HSV(B) 88.15º 0.93% 0.89% -
XYZ 36.46 59.56 10.07 -
YUV 173.35 39.2 95.66 -
System Red Green Blue C M Y K H S L
Decimal 128 227 16 0.44 0 0.93 0.11 88.15 0.87 0.48
Hex 80 E3 10 2C 0 5D B 58 57 30
Octal 200 343 20 54 0 135 13 130 127 60
Binary 10000000 11100011 10000 101100 0 1011101 1011 1011000 1010111 110000

Color Harmonies of #80E310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E310

Black with #80E310

Text Example


Text Example

White with #80E310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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