Html Css Color HEX #80F710 Lawn Green

📋 copy color: '#80F710'

red 128 ◦ green 247 ◦ blue 16

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

Shades of Lawn Green #80F710

Tints of Lawn Green #80F710

RGB

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

 GREEN value IS 247 (96.88% from 255) = 63.17%

 BLUE value IS 16 (6.64% from 255) = 4.09%

R = 32.74%
G = 63.17%
B = 4.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#80F710 (or 0x80F710) is known color: Lawn Green. HEX triplet: 80, F7 and 10. RGB value is (128,247,16). Sum of RGB (Red+Green+Blue) = 128+247+16=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 247 (96.88% from 255 or 63.17% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 247 - color contains mainly: green. Hex color #80F710 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F710 is #7F08EF. Grayscale: #B9B9B9. Windows color (decimal): -8325360 or 1111936. OLE color: 1111936.

HSL color Cylindrical-coordinate representation of color #80F710: hue angle of 90.91º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80F710 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 247 16 -
CMYK 0.48 0 0.94 0.03
HSL 90.91º 0.94% 0.52% -
HSV(B) 90.91º 0.94% 0.97% -
XYZ 42.26 71.15 12 -
YUV 185.09 32.58 87.28 -
System Red Green Blue C M Y K H S L
Decimal 128 247 16 0.48 0 0.94 0.03 90.91 0.94 0.52
Hex 80 F7 10 30 0 5E 3 5B 5E 34
Octal 200 367 20 60 0 136 3 133 136 64
Binary 10000000 11110111 10000 110000 0 1011110 11 1011011 1011110 110100

Color Harmonies of #80F710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F710

Black with #80F710

Text Example


Text Example

White with #80F710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,247,16); }

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

background-color css

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

 a { background-color: rgb(128,247,16); }

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

border-color css

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

 span { border-color: rgb(128,247,16); }

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