Html Css Color HEX #80F40B Lawn Green

📋 copy color: '#80F40B'

red 128 ◦ green 244 ◦ blue 11

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

Shades of Lawn Green #80F40B

Tints of Lawn Green #80F40B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.87%

R = 33.42%
G = 63.71%
B = 2.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#80F40B (or 0x80F40B) is known color: Lawn Green. HEX triplet: 80, F4 and 0B. RGB value is (128,244,11). Sum of RGB (Red+Green+Blue) = 128+244+11=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 244 (95.70% from 255 or 63.71% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 244 - color contains mainly: green. Hex color #80F40B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F40B is #7F0BF4. Grayscale: #B7B7B7. Windows color (decimal): -8326133 or 783488. OLE color: 783488.

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

Color convert

RGB 128 244 11 -
CMYK 0.48 0 0.95 0.04
HSL 89.87º 0.91% 0.5% -
HSV(B) 89.87º 0.95% 0.96% -
XYZ 41.31 69.31 11.52 -
YUV 182.75 31.07 88.95 -
System Red Green Blue C M Y K H S L
Decimal 128 244 11 0.48 0 0.95 0.04 89.87 0.91 0.5
Hex 80 F4 B 30 0 5F 4 5A 5B 32
Octal 200 364 13 60 0 137 4 132 133 62
Binary 10000000 11110100 1011 110000 0 1011111 100 1011010 1011011 110010

Color Harmonies of #80F40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F40B

Black with #80F40B

Text Example


Text Example

White with #80F40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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