Html Css Color HEX #80EF91 Light Green

📋 copy color: '#80EF91'

red 128 ◦ green 239 ◦ blue 145

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

Shades of Light Green #80EF91

Tints of Light Green #80EF91

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.68%

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

R = 25%
G = 46.68%
B = 28.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#80EF91 (or 0x80EF91) is known color: Light Green. HEX triplet: 80, EF and 91. RGB value is (128,239,145). Sum of RGB (Red+Green+Blue) = 128+239+145=512 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EF91 is #7F106E. Grayscale: #C3C3C3. Windows color (decimal): -8327279 or 9564032. OLE color: 9564032.

HSL color Cylindrical-coordinate representation of color #80EF91: hue angle of 129.19º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EF91 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 239 145 -
CMYK 0.46 0 0.39 0.06
HSL 129.19º 0.78% 0.72% -
HSV(B) 129.19º 0.46% 0.94% -
XYZ 44.88 68.37 37.62 -
YUV 195.1 99.73 80.14 -
System Red Green Blue C M Y K H S L
Decimal 128 239 145 0.46 0 0.39 0.06 129.19 0.78 0.72
Hex 80 EF 91 2E 0 27 6 81 4E 48
Octal 200 357 221 56 0 47 6 201 116 110
Binary 10000000 11101111 10010001 101110 0 100111 110 10000001 1001110 1001000

Color Harmonies of #80EF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EF91

Black with #80EF91

Text Example


Text Example

White with #80EF91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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