Html Css Color HEX #80DE9D Chinook

📋 copy color: '#80DE9D'

red 128 ◦ green 222 ◦ blue 157

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

Shades of Chinook #80DE9D

Tints of Chinook #80DE9D

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 value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#80DE9D (or 0x80DE9D) is known color: 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

RGB 128 222 157 -
CMYK 0.42 0 0.29 0.13
HSL 138.51º 0.59% 0.69% -
HSV(B) 138.51º 0.42% 0.87% -
XYZ 41.11 59.27 41.17 -
YUV 186.48 111.36 86.29 -
System Red Green Blue C M Y K H S L
Decimal 128 222 157 0.42 0 0.29 0.13 138.51 0.59 0.69
Hex 80 DE 9D 2A 0 1D D 8B 3B 45
Octal 200 336 235 52 0 35 15 213 73 105
Binary 10000000 11011110 10011101 101010 0 11101 1101 10001011 111011 1000101

Color Harmonies of #80DE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DE9D

Black with #80DE9D

Text Example


Text Example

White with #80DE9D

Text Example


Text Example

HTML Codes & Css Web 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>