Html Css Color HEX #80ED91 Light Green

📋 copy color: '#80ED91'

red 128 ◦ green 237 ◦ blue 145

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

Shades of Light Green #80ED91

Tints of Light Green #80ED91

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.47%

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

R = 25.1%
G = 46.47%
B = 28.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#80ED91 (or 0x80ED91) is known color: Light Green. HEX triplet: 80, ED and 91. RGB value is (128,237,145). Sum of RGB (Red+Green+Blue) = 128+237+145=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #80ED91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80ED91 is #7F126E. Grayscale: #C2C2C2. Windows color (decimal): -8327791 or 9563520. OLE color: 9563520.

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

Color convert

RGB 128 237 145 -
CMYK 0.46 0 0.39 0.07
HSL 129.36º 0.75% 0.72% -
HSV(B) 129.36º 0.46% 0.93% -
XYZ 44.3 67.2 37.42 -
YUV 193.92 100.39 80.98 -
System Red Green Blue C M Y K H S L
Decimal 128 237 145 0.46 0 0.39 0.07 129.36 0.75 0.72
Hex 80 ED 91 2E 0 27 7 81 4B 48
Octal 200 355 221 56 0 47 7 201 113 110
Binary 10000000 11101101 10010001 101110 0 100111 111 10000001 1001011 1001000

Color Harmonies of #80ED91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ED91

Black with #80ED91

Text Example


Text Example

White with #80ED91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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