Html Css Color HEX #80DF18 Lawn Green

📋 copy color: '#80DF18'

red 128 ◦ green 223 ◦ blue 24

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

Shades of Lawn Green #80DF18

Tints of Lawn Green #80DF18

RGB

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

 GREEN value IS 223 (87.5% from 255) = 59.47%

 BLUE value IS 24 (9.77% from 255) = 6.4%

R = 34.13%
G = 59.47%
B = 6.4%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#80DF18 (or 0x80DF18) is known color: Lawn Green. HEX triplet: 80, DF and 18. RGB value is (128,223,24). Sum of RGB (Red+Green+Blue) = 128+223+24=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 223 (87.5% from 255 or 59.47% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DF18 is #7F20E7. Grayscale: #ACACAC. Windows color (decimal): -8331496 or 1630080. OLE color: 1630080.

HSL color Cylindrical-coordinate representation of color #80DF18: hue angle of 88.64º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80DF18 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 223 24 -
CMYK 0.43 0 0.89 0.13
HSL 88.64º 0.81% 0.48% -
HSV(B) 88.64º 0.89% 0.87% -
XYZ 35.45 57.43 10.08 -
YUV 171.91 44.53 96.68 -
System Red Green Blue C M Y K H S L
Decimal 128 223 24 0.43 0 0.89 0.13 88.64 0.81 0.48
Hex 80 DF 18 2B 0 59 D 59 51 30
Octal 200 337 30 53 0 131 15 131 121 60
Binary 10000000 11011111 11000 101011 0 1011001 1101 1011001 1010001 110000

Color Harmonies of #80DF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DF18

Black with #80DF18

Text Example


Text Example

White with #80DF18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,223,24); }

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

background-color css

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

 a { background-color: rgb(128,223,24); }

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

border-color css

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

 span { border-color: rgb(128,223,24); }

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