Html Css Color HEX #80E164 Pastel Green

📋 copy color: '#80E164'

red 128 ◦ green 225 ◦ blue 100

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

Shades of Pastel Green #80E164

Tints of Pastel Green #80E164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.08%

R = 28.26%
G = 49.67%
B = 22.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#80E164 (or 0x80E164) is known color: Pastel Green. HEX triplet: 80, E1 and 64. RGB value is (128,225,100). Sum of RGB (Red+Green+Blue) = 128+225+100=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #80E164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E164 is #7F1E9B. Grayscale: #B6B6B6. Windows color (decimal): -8330908 or 6611328. OLE color: 6611328.

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

Color convert

RGB 128 225 100 -
CMYK 0.43 0 0.56 0.12
HSL 106.56º 0.68% 0.64% -
HSV(B) 106.56º 0.56% 0.88% -
XYZ 38.13 59.36 21.5 -
YUV 181.75 81.86 89.66 -
System Red Green Blue C M Y K H S L
Decimal 128 225 100 0.43 0 0.56 0.12 106.56 0.68 0.64
Hex 80 E1 64 2B 0 38 C 6B 44 40
Octal 200 341 144 53 0 70 14 153 104 100
Binary 10000000 11100001 1100100 101011 0 111000 1100 1101011 1000100 1000000

Color Harmonies of #80E164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E164

Black with #80E164

Text Example


Text Example

White with #80E164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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