Html Css Color HEX #80F491 Light Green

📋 copy color: '#80F491'

red 128 ◦ green 244 ◦ blue 145

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

Shades of Light Green #80F491

Tints of Light Green #80F491

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.2%

 BLUE value IS 145 (57.03% from 255) = 28.05%

R = 24.76%
G = 47.2%
B = 28.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#80F491 (or 0x80F491) is known color: Light Green. HEX triplet: 80, F4 and 91. RGB value is (128,244,145). Sum of RGB (Red+Green+Blue) = 128+244+145=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #80F491 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F491 is #7F0B6E. Grayscale: #C6C6C6. Windows color (decimal): -8325999 or 9565312. OLE color: 9565312.

HSL color Cylindrical-coordinate representation of color #80F491: hue angle of 128.79º degrees, saturation: 0.84, 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 #80F491 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 244 145 -
CMYK 0.48 0 0.41 0.04
HSL 128.79º 0.84% 0.73% -
HSV(B) 128.79º 0.48% 0.96% -
XYZ 46.36 71.33 38.11 -
YUV 198.03 98.07 78.05 -
System Red Green Blue C M Y K H S L
Decimal 128 244 145 0.48 0 0.41 0.04 128.79 0.84 0.73
Hex 80 F4 91 30 0 29 4 81 54 49
Octal 200 364 221 60 0 51 4 201 124 111
Binary 10000000 11110100 10010001 110000 0 101001 100 10000001 1010100 1001001

Color Harmonies of #80F491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F491

Black with #80F491

Text Example


Text Example

White with #80F491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,244,145); }

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

background-color css

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

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

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

border-color css

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

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

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