Html Css Color HEX #80FB14 Lawn Green

📋 copy color: '#80FB14'

red 128 ◦ green 251 ◦ blue 20

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

Shades of Lawn Green #80FB14

Tints of Lawn Green #80FB14

RGB

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

 GREEN value IS 251 (98.44% from 255) = 62.91%

 BLUE value IS 20 (8.2% from 255) = 5.01%

R = 32.08%
G = 62.91%
B = 5.01%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#80FB14 (or 0x80FB14) is known color: Lawn Green. HEX triplet: 80, FB and 14. RGB value is (128,251,20). Sum of RGB (Red+Green+Blue) = 128+251+20=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 251 (98.44% from 255 or 62.91% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 251 - color contains mainly: green. Hex color #80FB14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FB14 is #7F04EB. Grayscale: #BCBCBC. Windows color (decimal): -8324332 or 1375104. OLE color: 1375104.

HSL color Cylindrical-coordinate representation of color #80FB14: hue angle of 91.95º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80FB14 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 251 20 -
CMYK 0.49 0 0.92 0.02
HSL 91.95º 0.97% 0.53% -
HSV(B) 91.95º 0.92% 0.98% -
XYZ 43.53 73.63 12.58 -
YUV 187.89 33.25 85.28 -
System Red Green Blue C M Y K H S L
Decimal 128 251 20 0.49 0 0.92 0.02 91.95 0.97 0.53
Hex 80 FB 14 31 0 5C 2 5C 61 35
Octal 200 373 24 61 0 134 2 134 141 65
Binary 10000000 11111011 10100 110001 0 1011100 10 1011100 1100001 110101

Color Harmonies of #80FB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FB14

Black with #80FB14

Text Example


Text Example

White with #80FB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,251,20); }

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

background-color css

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

 a { background-color: rgb(128,251,20); }

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

border-color css

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

 span { border-color: rgb(128,251,20); }

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