Html Css Color HEX #80E08F Light Green

📋 copy color: '#80E08F'

red 128 ◦ green 224 ◦ blue 143

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

Shades of Light Green #80E08F

Tints of Light Green #80E08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.89%

R = 25.86%
G = 45.25%
B = 28.89%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#80E08F (or 0x80E08F) is known color: Light Green. HEX triplet: 80, E0 and 8F. RGB value is (128,224,143). Sum of RGB (Red+Green+Blue) = 128+224+143=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #80E08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E08F is #7F1F70. Grayscale: #BABABA. Windows color (decimal): -8331121 or 9429120. OLE color: 9429120.

HSL color Cylindrical-coordinate representation of color #80E08F: hue angle of 129.38º 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 #80E08F is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 224 143 -
CMYK 0.43 0 0.36 0.12
HSL 129.38º 0.61% 0.69% -
HSV(B) 129.38º 0.43% 0.88% -
XYZ 40.52 59.88 35.41 -
YUV 186.06 103.7 86.59 -
System Red Green Blue C M Y K H S L
Decimal 128 224 143 0.43 0 0.36 0.12 129.38 0.61 0.69
Hex 80 E0 8F 2B 0 24 C 81 3D 45
Octal 200 340 217 53 0 44 14 201 75 105
Binary 10000000 11100000 10001111 101011 0 100100 1100 10000001 111101 1000101

Color Harmonies of #80E08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E08F

Black with #80E08F

Text Example


Text Example

White with #80E08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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