Html Css Color HEX #80EDA2 Light Green

📋 copy color: '#80EDA2'

red 128 ◦ green 237 ◦ blue 162

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

Shades of Light Green #80EDA2

Tints of Light Green #80EDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.74%

R = 24.29%
G = 44.97%
B = 30.74%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#80EDA2 (or 0x80EDA2) is known color: Light Green. HEX triplet: 80, ED and A2. RGB value is (128,237,162). Sum of RGB (Red+Green+Blue) = 128+237+162=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EDA2 is #7F125D. Grayscale: #C4C4C4. Windows color (decimal): -8327774 or 10677632. OLE color: 10677632.

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

Color convert

RGB 128 237 162 -
CMYK 0.46 0 0.32 0.07
HSL 138.72º 0.75% 0.72% -
HSV(B) 138.72º 0.46% 0.93% -
XYZ 45.71 67.77 44.85 -
YUV 195.86 108.89 79.6 -
System Red Green Blue C M Y K H S L
Decimal 128 237 162 0.46 0 0.32 0.07 138.72 0.75 0.72
Hex 80 ED A2 2E 0 20 7 8B 4B 48
Octal 200 355 242 56 0 40 7 213 113 110
Binary 10000000 11101101 10100010 101110 0 100000 111 10001011 1001011 1001000

Color Harmonies of #80EDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EDA2

Black with #80EDA2

Text Example


Text Example

White with #80EDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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