Html Css Color HEX #80F401 Lawn Green

📋 copy color: '#80F401'

red 128 ◦ green 244 ◦ blue 1

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

Shades of Lawn Green #80F401

Tints of Lawn Green #80F401

RGB

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

 GREEN value IS 244 (95.7% from 255) = 65.42%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 34.32%
G = 65.42%
B = 0.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#80F401 (or 0x80F401) is known color: Lawn Green. HEX triplet: 80, F4 and 01. RGB value is (128,244,1). Sum of RGB (Red+Green+Blue) = 128+244+1=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 244 (95.70% from 255 or 65.42% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 244 - color contains mainly: green. Hex color #80F401 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F401 is #7F0BFE. Grayscale: #B6B6B6. Windows color (decimal): -8326143 or 128128. OLE color: 128128.

HSL color Cylindrical-coordinate representation of color #80F401: hue angle of 88.64º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80F401 is Cyan = 0.48, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 244 1 -
CMYK 0.48 0 1.00 0.04
HSL 88.64º 0.99% 0.48% -
HSV(B) 88.64º 1% 0.96% -
XYZ 41.26 69.29 11.23 -
YUV 181.61 26.07 89.76 -
System Red Green Blue C M Y K H S L
Decimal 128 244 1 0.48 0 1.00 0.04 88.64 0.99 0.48
Hex 80 F4 1 30 0 64 4 59 63 30
Octal 200 364 1 60 0 144 4 131 143 60
Binary 10000000 11110100 1 110000 0 1100100 100 1011001 1100011 110000

Color Harmonies of #80F401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F401

Black with #80F401

Text Example


Text Example

White with #80F401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,244,1); }

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

background-color css

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

 a { background-color: rgb(128,244,1); }

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

border-color css

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

 span { border-color: rgb(128,244,1); }

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