Html Css Color HEX #80FA8F Light Green

📋 copy color: '#80FA8F'

red 128 ◦ green 250 ◦ blue 143

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

Shades of Light Green #80FA8F

Tints of Light Green #80FA8F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.98%

 BLUE value IS 143 (56.25% from 255) = 27.45%

R = 24.57%
G = 47.98%
B = 27.45%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#80FA8F (or 0x80FA8F) is known color: Light Green. HEX triplet: 80, FA and 8F. RGB value is (128,250,143). Sum of RGB (Red+Green+Blue) = 128+250+143=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FA8F is #7F0570. Grayscale: #C9C9C9. Windows color (decimal): -8324465 or 9435776. OLE color: 9435776.

HSL color Cylindrical-coordinate representation of color #80FA8F: hue angle of 127.38º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FA8F is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 250 143 -
CMYK 0.49 0 0.43 0.02
HSL 127.38º 0.92% 0.74% -
HSV(B) 127.38º 0.49% 0.98% -
XYZ 48.05 74.94 37.92 -
YUV 201.32 95.08 75.7 -
System Red Green Blue C M Y K H S L
Decimal 128 250 143 0.49 0 0.43 0.02 127.38 0.92 0.74
Hex 80 FA 8F 31 0 2B 2 7F 5C 4A
Octal 200 372 217 61 0 53 2 177 134 112
Binary 10000000 11111010 10001111 110001 0 101011 10 1111111 1011100 1001010

Color Harmonies of #80FA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FA8F

Black with #80FA8F

Text Example


Text Example

White with #80FA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,250,143); }

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

background-color css

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

 a { background-color: rgb(128,250,143); }

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

border-color css

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

 span { border-color: rgb(128,250,143); }

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