Html Css Color HEX #80E19D Chinook

📋 copy color: '#80E19D'

red 128 ◦ green 225 ◦ blue 157

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

Shades of Chinook #80E19D

Tints of Chinook #80E19D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.78%

R = 25.1%
G = 44.12%
B = 30.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#80E19D (or 0x80E19D) is known color: Chinook. HEX triplet: 80, E1 and 9D. RGB value is (128,225,157). Sum of RGB (Red+Green+Blue) = 128+225+157=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #80E19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E19D is #7F1E62. Grayscale: #BCBCBC. Windows color (decimal): -8330851 or 10346880. OLE color: 10346880.

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

Color convert

RGB 128 225 157 -
CMYK 0.43 0 0.30 0.12
HSL 137.94º 0.62% 0.69% -
HSV(B) 137.94º 0.43% 0.88% -
XYZ 41.91 60.87 41.44 -
YUV 188.25 110.36 85.03 -
System Red Green Blue C M Y K H S L
Decimal 128 225 157 0.43 0 0.30 0.12 137.94 0.62 0.69
Hex 80 E1 9D 2B 0 1E C 8A 3E 45
Octal 200 341 235 53 0 36 14 212 76 105
Binary 10000000 11100001 10011101 101011 0 11110 1100 10001010 111110 1000101

Color Harmonies of #80E19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E19D

Black with #80E19D

Text Example


Text Example

White with #80E19D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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