Html Css Color HEX #80D40A Lawn Green

📋 copy color: '#80D40A'

red 128 ◦ green 212 ◦ blue 10

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

Shades of Lawn Green #80D40A

Tints of Lawn Green #80D40A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.57%

 BLUE value IS 10 (4.3% from 255) = 2.86%

R = 36.57%
G = 60.57%
B = 2.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#80D40A (or 0x80D40A) is known color: Lawn Green. HEX triplet: 80, D4 and 0A. RGB value is (128,212,10). Sum of RGB (Red+Green+Blue) = 128+212+10=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 212 (83.20% from 255 or 60.57% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 212 - color contains mainly: green. Hex color #80D40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D40A is #7F2BF5. Grayscale: #A4A4A4. Windows color (decimal): -8334326 or 709760. OLE color: 709760.

HSL color Cylindrical-coordinate representation of color #80D40A: hue angle of 84.95º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80D40A is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 212 10 -
CMYK 0.40 0 0.95 0.17
HSL 84.95º 0.91% 0.44% -
HSV(B) 84.95º 0.95% 0.83% -
XYZ 32.5 51.7 8.55 -
YUV 163.86 41.17 102.43 -
System Red Green Blue C M Y K H S L
Decimal 128 212 10 0.40 0 0.95 0.17 84.95 0.91 0.44
Hex 80 D4 A 28 0 5F 11 55 5B 2C
Octal 200 324 12 50 0 137 21 125 133 54
Binary 10000000 11010100 1010 101000 0 1011111 10001 1010101 1011011 101100

Color Harmonies of #80D40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D40A

Black with #80D40A

Text Example


Text Example

White with #80D40A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,212,10); }

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

background-color css

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

 a { background-color: rgb(128,212,10); }

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

border-color css

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

 span { border-color: rgb(128,212,10); }

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