Html Css Color HEX #80D40D Lawn Green

📋 copy color: '#80D40D'

red 128 ◦ green 212 ◦ blue 13

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

Shades of Lawn Green #80D40D

Tints of Lawn Green #80D40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.68%

R = 36.26%
G = 60.06%
B = 3.68%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#80D40D (or 0x80D40D) is known color: Lawn Green. HEX triplet: 80, D4 and 0D. RGB value is (128,212,13). Sum of RGB (Red+Green+Blue) = 128+212+13=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 212 (83.20% from 255 or 60.06% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 212 - color contains mainly: green. Hex color #80D40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D40D is #7F2BF2. Grayscale: #A4A4A4. Windows color (decimal): -8334323 or 906368. OLE color: 906368.

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

Color convert

RGB 128 212 13 -
CMYK 0.40 0 0.94 0.17
HSL 85.33º 0.88% 0.44% -
HSV(B) 85.33º 0.94% 0.83% -
XYZ 32.52 51.71 8.65 -
YUV 164.2 42.67 102.18 -
System Red Green Blue C M Y K H S L
Decimal 128 212 13 0.40 0 0.94 0.17 85.33 0.88 0.44
Hex 80 D4 D 28 0 5E 11 55 58 2C
Octal 200 324 15 50 0 136 21 125 130 54
Binary 10000000 11010100 1101 101000 0 1011110 10001 1010101 1011000 101100

Color Harmonies of #80D40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D40D

Black with #80D40D

Text Example


Text Example

White with #80D40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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