Html Css Color HEX #80EB8D Light Green

📋 copy color: '#80EB8D'

red 128 ◦ green 235 ◦ blue 141

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

Shades of Light Green #80EB8D

Tints of Light Green #80EB8D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.63%

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 25.4%
G = 46.63%
B = 27.98%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#80EB8D (or 0x80EB8D) is known color: Light Green. HEX triplet: 80, EB and 8D. RGB value is (128,235,141). Sum of RGB (Red+Green+Blue) = 128+235+141=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #80EB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EB8D is #7F1472. Grayscale: #C0C0C0. Windows color (decimal): -8328307 or 9300864. OLE color: 9300864.

HSL color Cylindrical-coordinate representation of color #80EB8D: hue angle of 127.29º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EB8D is Cyan = 0.46, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 235 141 -
CMYK 0.46 0 0.4 0.08
HSL 127.29º 0.73% 0.71% -
HSV(B) 127.29º 0.46% 0.92% -
XYZ 43.42 65.93 35.64 -
YUV 192.29 99.05 82.14 -
System Red Green Blue C M Y K H S L
Decimal 128 235 141 0.46 0 0.4 0.08 127.29 0.73 0.71
Hex 80 EB 8D 2E 0 28 8 7F 49 47
Octal 200 353 215 56 0 50 10 177 111 107
Binary 10000000 11101011 10001101 101110 0 101000 1000 1111111 1001001 1000111

Color Harmonies of #80EB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EB8D

Black with #80EB8D

Text Example


Text Example

White with #80EB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,235,141); }

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

background-color css

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

 a { background-color: rgb(128,235,141); }

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

border-color css

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

 span { border-color: rgb(128,235,141); }

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