Html Css Color HEX #80FD80 Light Green

📋 copy color: '#80FD80'

red 128 ◦ green 253 ◦ blue 128

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

Shades of Light Green #80FD80

Tints of Light Green #80FD80

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.71%

 BLUE value IS 128 (50.39% from 255) = 25.15%

R = 25.15%
G = 49.71%
B = 25.15%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#80FD80 (or 0x80FD80) is known color: Light Green. HEX triplet: 80, FD and 80. RGB value is (128,253,128). Sum of RGB (Red+Green+Blue) = 128+253+128=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FD80 is #7F027F. Grayscale: #C9C9C9. Windows color (decimal): -8323712 or 8453504. OLE color: 8453504.

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

Color convert

RGB 128 253 128 -
CMYK 0.49 0 0.49 0.01
HSL 120º 0.97% 0.75% -
HSV(B) 120º 0.49% 0.99% -
XYZ 47.92 76.4 32.64 -
YUV 201.38 86.59 75.66 -
System Red Green Blue C M Y K H S L
Decimal 128 253 128 0.49 0 0.49 0.01 120 0.97 0.75
Hex 80 FD 80 31 0 31 1 78 61 4B
Octal 200 375 200 61 0 61 1 170 141 113
Binary 10000000 11111101 10000000 110001 0 110001 1 1111000 1100001 1001011

Color Harmonies of #80FD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FD80

Black with #80FD80

Text Example


Text Example

White with #80FD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,253,128); }

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

background-color css

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

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

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

border-color css

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

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

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