Html Css Color HEX #80EA0B Lawn Green

📋 copy color: '#80EA0B'

red 128 ◦ green 234 ◦ blue 11

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

Shades of Lawn Green #80EA0B

Tints of Lawn Green #80EA0B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 62.73%

 BLUE value IS 11 (4.69% from 255) = 2.95%

R = 34.32%
G = 62.73%
B = 2.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#80EA0B (or 0x80EA0B) is known color: Lawn Green. HEX triplet: 80, EA and 0B. RGB value is (128,234,11). Sum of RGB (Red+Green+Blue) = 128+234+11=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 234 (91.80% from 255 or 62.73% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80EA0B is #7F15F4. Grayscale: #B1B1B1. Windows color (decimal): -8328693 or 780928. OLE color: 780928.

HSL color Cylindrical-coordinate representation of color #80EA0B: hue angle of 88.52º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80EA0B is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 234 11 -
CMYK 0.45 0 0.95 0.08
HSL 88.52º 0.91% 0.48% -
HSV(B) 88.52º 0.95% 0.92% -
XYZ 38.39 63.46 10.54 -
YUV 176.88 34.38 93.13 -
System Red Green Blue C M Y K H S L
Decimal 128 234 11 0.45 0 0.95 0.08 88.52 0.91 0.48
Hex 80 EA B 2D 0 5F 8 59 5B 30
Octal 200 352 13 55 0 137 10 131 133 60
Binary 10000000 11101010 1011 101101 0 1011111 1000 1011001 1011011 110000

Color Harmonies of #80EA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EA0B

Black with #80EA0B

Text Example


Text Example

White with #80EA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,234,11); }

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

background-color css

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

 a { background-color: rgb(128,234,11); }

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

border-color css

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

 span { border-color: rgb(128,234,11); }

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