Html Css Color HEX #80F58D Light Green

📋 copy color: '#80F58D'

red 128 ◦ green 245 ◦ blue 141

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

Shades of Light Green #80F58D

Tints of Light Green #80F58D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.67%

 BLUE value IS 141 (55.47% from 255) = 27.43%

R = 24.9%
G = 47.67%
B = 27.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#80F58D (or 0x80F58D) is known color: Light Green. HEX triplet: 80, F5 and 8D. RGB value is (128,245,141). Sum of RGB (Red+Green+Blue) = 128+245+141=514 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.90% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #80F58D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F58D is #7F0A72. Grayscale: #C6C6C6. Windows color (decimal): -8325747 or 9303424. OLE color: 9303424.

HSL color Cylindrical-coordinate representation of color #80F58D: hue angle of 126.67º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F58D is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 245 141 -
CMYK 0.48 0 0.42 0.04
HSL 126.67º 0.85% 0.73% -
HSV(B) 126.67º 0.48% 0.96% -
XYZ 46.36 71.82 36.62 -
YUV 198.16 95.74 77.96 -
System Red Green Blue C M Y K H S L
Decimal 128 245 141 0.48 0 0.42 0.04 126.67 0.85 0.73
Hex 80 F5 8D 30 0 2A 4 7F 55 49
Octal 200 365 215 60 0 52 4 177 125 111
Binary 10000000 11110101 10001101 110000 0 101010 100 1111111 1010101 1001001

Color Harmonies of #80F58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F58D

Black with #80F58D

Text Example


Text Example

White with #80F58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,245,141); }

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

background-color css

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

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

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

border-color css

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

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

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