Html Css Color HEX #80E185 Pastel Green

📋 copy color: '#80E185'

red 128 ◦ green 225 ◦ blue 133

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

Shades of Pastel Green #80E185

Tints of Pastel Green #80E185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.37%

R = 26.34%
G = 46.3%
B = 27.37%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#80E185 (or 0x80E185) is known color: Pastel Green. HEX triplet: 80, E1 and 85. RGB value is (128,225,133). Sum of RGB (Red+Green+Blue) = 128+225+133=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #80E185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E185 is #7F1E7A. Grayscale: #B9B9B9. Windows color (decimal): -8330875 or 8774016. OLE color: 8774016.

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

Color convert

RGB 128 225 133 -
CMYK 0.43 0 0.41 0.12
HSL 123.09º 0.62% 0.69% -
HSV(B) 123.09º 0.43% 0.88% -
XYZ 40.06 60.13 31.69 -
YUV 185.51 98.36 86.98 -
System Red Green Blue C M Y K H S L
Decimal 128 225 133 0.43 0 0.41 0.12 123.09 0.62 0.69
Hex 80 E1 85 2B 0 29 C 7B 3E 45
Octal 200 341 205 53 0 51 14 173 76 105
Binary 10000000 11100001 10000101 101011 0 101001 1100 1111011 111110 1000101

Color Harmonies of #80E185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E185

Black with #80E185

Text Example


Text Example

White with #80E185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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