Html Css Color HEX #80D612 Lawn Green

📋 copy color: '#80D612'

red 128 ◦ green 214 ◦ blue 18

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

Shades of Lawn Green #80D612

Tints of Lawn Green #80D612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5%

R = 35.56%
G = 59.44%
B = 5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#80D612 (or 0x80D612) is known color: Lawn Green. HEX triplet: 80, D6 and 12. RGB value is (128,214,18). Sum of RGB (Red+Green+Blue) = 128+214+18=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 214 (83.98% from 255 or 59.44% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 214 - color contains mainly: green. Hex color #80D612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D612 is #7F29ED. Grayscale: #A6A6A6. Windows color (decimal): -8333806 or 1234560. OLE color: 1234560.

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

Color convert

RGB 128 214 18 -
CMYK 0.40 0 0.92 0.16
HSL 86.33º 0.84% 0.45% -
HSV(B) 86.33º 0.92% 0.84% -
XYZ 33.06 52.73 9.01 -
YUV 165.94 44.51 100.94 -
System Red Green Blue C M Y K H S L
Decimal 128 214 18 0.40 0 0.92 0.16 86.33 0.84 0.45
Hex 80 D6 12 28 0 5C 10 56 54 2D
Octal 200 326 22 50 0 134 20 126 124 55
Binary 10000000 11010110 10010 101000 0 1011100 10000 1010110 1010100 101101

Color Harmonies of #80D612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D612

Black with #80D612

Text Example


Text Example

White with #80D612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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