#80DE9D

Color #80DE9D Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #80DE9D

Tints of Chinook #80DE9D

Color information

#80DE9D (or 0x80DE9D) is unknown color: approx Chinook. HEX triplet: 80, DE and 9D. RGB value is (128,222,157). Sum of RGB (Red+Green+Blue) = 128+222+157=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 222 - color contains mainly: green. Hex color #80DE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DE9D is #7F2162. Grayscale: #BABABA. Windows color (decimal): -8331619 or 10346112. OLE color: 10346112.

HSL color Cylindrical-coordinate representation of color #80DE9D: hue angle of 138.51º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DE9D is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB128222157-
CMYK0.4200.290.13
HSL138.51º58.75%68.63%-
HSV(B)138.51º42.34%87.06%-
XYZ41.1159.2741.17-
YUV186.48111.3686.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.25%
GREEN value IS 222 (87.11% from 255) = 43.79%
BLUE value IS 157 (61.72% from 255) = 30.97%
R=25.25%
G=43.79%
B=30.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282221570.4200.290.13138.5158.7568.63
Hex80DE9D2A01DD8b3b45
Octal200336235520351521373105
Binary1000000011011110100111011010100111011101100010111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80DE9D;
 }
 .AnyTagClassName
 {
   color: #80DE9D;
 }
</style>
background-color css

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

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

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

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

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

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