Html Css Color HEX #80F702 Lawn Green

📋 copy color: '#80F702'

red 128 ◦ green 247 ◦ blue 2

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

Shades of Lawn Green #80F702

Tints of Lawn Green #80F702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 33.95%
G = 65.52%
B = 0.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#80F702 (or 0x80F702) is known color: Lawn Green. HEX triplet: 80, F7 and 02. RGB value is (128,247,2). Sum of RGB (Red+Green+Blue) = 128+247+2=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 247 (96.88% from 255 or 65.52% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 247 - color contains mainly: green. Hex color #80F702 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F702 is #7F08FD. Grayscale: #B8B8B8. Windows color (decimal): -8325374 or 194432. OLE color: 194432.

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

Color convert

RGB 128 247 2 -
CMYK 0.48 0 0.99 0.03
HSL 89.14º 0.98% 0.49% -
HSV(B) 89.14º 0.99% 0.97% -
XYZ 42.17 71.12 11.56 -
YUV 183.49 25.58 88.42 -
System Red Green Blue C M Y K H S L
Decimal 128 247 2 0.48 0 0.99 0.03 89.14 0.98 0.49
Hex 80 F7 2 30 0 63 3 59 62 31
Octal 200 367 2 60 0 143 3 131 142 61
Binary 10000000 11110111 10 110000 0 1100011 11 1011001 1100010 110001

Color Harmonies of #80F702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F702

Black with #80F702

Text Example


Text Example

White with #80F702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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