Html Css Color HEX #80D50F Lawn Green

📋 copy color: '#80D50F'

red 128 ◦ green 213 ◦ blue 15

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

Shades of Lawn Green #80D50F

Tints of Lawn Green #80D50F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 59.83%

 BLUE value IS 15 (6.25% from 255) = 4.21%

R = 35.96%
G = 59.83%
B = 4.21%

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

#80D50F (or 0x80D50F) is known color: Lawn Green. HEX triplet: 80, D5 and 0F. RGB value is (128,213,15). Sum of RGB (Red+Green+Blue) = 128+213+15=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #80D50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D50F is #7F2AF0. Grayscale: #A5A5A5. Windows color (decimal): -8334065 or 1037696. OLE color: 1037696.

HSL color Cylindrical-coordinate representation of color #80D50F: hue angle of 85.76º degrees, saturation: 0.87, 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 #80D50F is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 213 15 -
CMYK 0.40 0 0.93 0.16
HSL 85.76º 0.87% 0.45% -
HSV(B) 85.76º 0.93% 0.84% -
XYZ 32.78 52.21 8.8 -
YUV 165.01 43.34 101.6 -
System Red Green Blue C M Y K H S L
Decimal 128 213 15 0.40 0 0.93 0.16 85.76 0.87 0.45
Hex 80 D5 F 28 0 5D 10 56 57 2D
Octal 200 325 17 50 0 135 20 126 127 55
Binary 10000000 11010101 1111 101000 0 1011101 10000 1010110 1010111 101101

Color Harmonies of #80D50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D50F

Black with #80D50F

Text Example


Text Example

White with #80D50F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,213,15); }

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

background-color css

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

 a { background-color: rgb(128,213,15); }

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

border-color css

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

 span { border-color: rgb(128,213,15); }

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