Html Css Color HEX #80E08B Light Green

📋 copy color: '#80E08B'

red 128 ◦ green 224 ◦ blue 139

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

Shades of Light Green #80E08B

Tints of Light Green #80E08B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.62%

 BLUE value IS 139 (54.69% from 255) = 28.31%

R = 26.07%
G = 45.62%
B = 28.31%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#80E08B (or 0x80E08B) is known color: Light Green. HEX triplet: 80, E0 and 8B. RGB value is (128,224,139). Sum of RGB (Red+Green+Blue) = 128+224+139=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #80E08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E08B is #7F1F74. Grayscale: #B9B9B9. Windows color (decimal): -8331125 or 9166976. OLE color: 9166976.

HSL color Cylindrical-coordinate representation of color #80E08B: hue angle of 126.87º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E08B is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 224 139 -
CMYK 0.43 0 0.38 0.12
HSL 126.88º 0.61% 0.69% -
HSV(B) 126.88º 0.43% 0.88% -
XYZ 40.22 59.76 33.84 -
YUV 185.61 101.7 86.91 -
System Red Green Blue C M Y K H S L
Decimal 128 224 139 0.43 0 0.38 0.12 126.88 0.61 0.69
Hex 80 E0 8B 2B 0 26 C 7F 3D 45
Octal 200 340 213 53 0 46 14 177 75 105
Binary 10000000 11100000 10001011 101011 0 100110 1100 1111111 111101 1000101

Color Harmonies of #80E08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E08B

Black with #80E08B

Text Example


Text Example

White with #80E08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,224,139); }

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

background-color css

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

 a { background-color: rgb(128,224,139); }

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

border-color css

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

 span { border-color: rgb(128,224,139); }

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