Html Css Color HEX #80D60E Lawn Green

📋 copy color: '#80D60E'

red 128 ◦ green 214 ◦ blue 14

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

Shades of Lawn Green #80D60E

Tints of Lawn Green #80D60E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 60.11%

 BLUE value IS 14 (5.86% from 255) = 3.93%

R = 35.96%
G = 60.11%
B = 3.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#80D60E (or 0x80D60E) is known color: Lawn Green. HEX triplet: 80, D6 and 0E. RGB value is (128,214,14). Sum of RGB (Red+Green+Blue) = 128+214+14=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #80D60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D60E is #7F29F1. Grayscale: #A6A6A6. Windows color (decimal): -8333810 or 972416. OLE color: 972416.

HSL color Cylindrical-coordinate representation of color #80D60E: hue angle of 85.8º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80D60E is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 214 14 -
CMYK 0.40 0 0.93 0.16
HSL 85.8º 0.88% 0.45% -
HSV(B) 85.8º 0.93% 0.84% -
XYZ 33.03 52.71 8.85 -
YUV 165.49 42.51 101.26 -
System Red Green Blue C M Y K H S L
Decimal 128 214 14 0.40 0 0.93 0.16 85.8 0.88 0.45
Hex 80 D6 E 28 0 5D 10 56 58 2D
Octal 200 326 16 50 0 135 20 126 130 55
Binary 10000000 11010110 1110 101000 0 1011101 10000 1010110 1011000 101101

Color Harmonies of #80D60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D60E

Black with #80D60E

Text Example


Text Example

White with #80D60E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,214,14); }

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

background-color css

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

 a { background-color: rgb(128,214,14); }

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

border-color css

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

 span { border-color: rgb(128,214,14); }

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