Html Css Color HEX #80F97D Light Green

📋 copy color: '#80F97D'

red 128 ◦ green 249 ◦ blue 125

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

Shades of Light Green #80F97D

Tints of Light Green #80F97D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.6%

 BLUE value IS 125 (49.22% from 255) = 24.9%

R = 25.5%
G = 49.6%
B = 24.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#80F97D (or 0x80F97D) is known color: Light Green. HEX triplet: 80, F9 and 7D. RGB value is (128,249,125). Sum of RGB (Red+Green+Blue) = 128+249+125=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #80F97D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F97D is #7F0682. Grayscale: #C7C7C7. Windows color (decimal): -8324739 or 8255872. OLE color: 8255872.

HSL color Cylindrical-coordinate representation of color #80F97D: hue angle of 118.55º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80F97D is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 249 125 -
CMYK 0.49 0 0.50 0.02
HSL 118.55º 0.91% 0.73% -
HSV(B) 118.55º 0.5% 0.98% -
XYZ 46.48 73.82 31.2 -
YUV 198.69 86.41 77.58 -
System Red Green Blue C M Y K H S L
Decimal 128 249 125 0.49 0 0.50 0.02 118.55 0.91 0.73
Hex 80 F9 7D 31 0 32 2 77 5B 49
Octal 200 371 175 61 0 62 2 167 133 111
Binary 10000000 11111001 1111101 110001 0 110010 10 1110111 1011011 1001001

Color Harmonies of #80F97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F97D

Black with #80F97D

Text Example


Text Example

White with #80F97D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,249,125); }

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

background-color css

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

 a { background-color: rgb(128,249,125); }

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

border-color css

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

 span { border-color: rgb(128,249,125); }

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