Html Css Color HEX #80EFA5 Light Green

📋 copy color: '#80EFA5'

red 128 ◦ green 239 ◦ blue 165

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

Shades of Light Green #80EFA5

Tints of Light Green #80EFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.02%

R = 24.06%
G = 44.92%
B = 31.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#80EFA5 (or 0x80EFA5) is known color: Light Green. HEX triplet: 80, EF and A5. RGB value is (128,239,165). Sum of RGB (Red+Green+Blue) = 128+239+165=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 239 (93.75% from 255 or 44.92% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EFA5 is #7F105A. Grayscale: #C5C5C5. Windows color (decimal): -8327259 or 10874752. OLE color: 10874752.

HSL color Cylindrical-coordinate representation of color #80EFA5: hue angle of 140º 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 #80EFA5 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 239 165 -
CMYK 0.46 0 0.31 0.06
HSL 140º 0.78% 0.72% -
HSV(B) 140º 0.46% 0.94% -
XYZ 46.56 69.04 46.47 -
YUV 197.38 109.73 78.52 -
System Red Green Blue C M Y K H S L
Decimal 128 239 165 0.46 0 0.31 0.06 140 0.78 0.72
Hex 80 EF A5 2E 0 1F 6 8C 4E 48
Octal 200 357 245 56 0 37 6 214 116 110
Binary 10000000 11101111 10100101 101110 0 11111 110 10001100 1001110 1001000

Color Harmonies of #80EFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EFA5

Black with #80EFA5

Text Example


Text Example

White with #80EFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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