Html Css Color HEX #80E180 Pastel Green

📋 copy color: '#80E180'

red 128 ◦ green 225 ◦ blue 128

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

Shades of Pastel Green #80E180

Tints of Pastel Green #80E180

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.78%

 BLUE value IS 128 (50.39% from 255) = 26.61%

R = 26.61%
G = 46.78%
B = 26.61%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#80E180 (or 0x80E180) is known color: Pastel Green. HEX triplet: 80, E1 and 80. RGB value is (128,225,128). Sum of RGB (Red+Green+Blue) = 128+225+128=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #80E180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E180 is #7F1E7F. Grayscale: #B9B9B9. Windows color (decimal): -8330880 or 8446336. OLE color: 8446336.

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

Color convert

RGB 128 225 128 -
CMYK 0.43 0 0.43 0.12
HSL 120º 0.62% 0.69% -
HSV(B) 120º 0.43% 0.88% -
XYZ 39.72 60 29.91 -
YUV 184.94 95.86 87.39 -
System Red Green Blue C M Y K H S L
Decimal 128 225 128 0.43 0 0.43 0.12 120 0.62 0.69
Hex 80 E1 80 2B 0 2B C 78 3E 45
Octal 200 341 200 53 0 53 14 170 76 105
Binary 10000000 11100001 10000000 101011 0 101011 1100 1111000 111110 1000101

Color Harmonies of #80E180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E180

Black with #80E180

Text Example


Text Example

White with #80E180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,225,128); }

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

background-color css

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

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

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

border-color css

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

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

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