Html Css Color HEX #80F50F Lawn Green

📋 copy color: '#80F50F'

red 128 ◦ green 245 ◦ blue 15

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

Shades of Lawn Green #80F50F

Tints of Lawn Green #80F50F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 63.14%

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

R = 32.99%
G = 63.14%
B = 3.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#80F50F (or 0x80F50F) is known color: Lawn Green. HEX triplet: 80, F5 and 0F. RGB value is (128,245,15). Sum of RGB (Red+Green+Blue) = 128+245+15=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 245 (96.09% from 255 or 63.14% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 245 - color contains mainly: green. Hex color #80F50F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F50F is #7F0AF0. Grayscale: #B8B8B8. Windows color (decimal): -8325873 or 1045888. OLE color: 1045888.

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

Color convert

RGB 128 245 15 -
CMYK 0.48 0 0.94 0.04
HSL 90.52º 0.92% 0.51% -
HSV(B) 90.52º 0.94% 0.96% -
XYZ 41.64 69.93 11.75 -
YUV 183.8 32.74 88.2 -
System Red Green Blue C M Y K H S L
Decimal 128 245 15 0.48 0 0.94 0.04 90.52 0.92 0.51
Hex 80 F5 F 30 0 5E 4 5B 5C 33
Octal 200 365 17 60 0 136 4 133 134 63
Binary 10000000 11110101 1111 110000 0 1011110 100 1011011 1011100 110011

Color Harmonies of #80F50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F50F

Black with #80F50F

Text Example


Text Example

White with #80F50F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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