#84DD9F

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

Shades of Chinook #84DD9F

Tints of Chinook #84DD9F

Color information

#84DD9F (or 0x84DD9F) is unknown color: approx Chinook. HEX triplet: 84, DD and 9F. RGB value is (132,221,159). Sum of RGB (Red+Green+Blue) = 132+221+159=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DD9F is #7B2260. Grayscale: #BBBBBB. Windows color (decimal): -8069729 or 10476932. OLE color: 10476932.

HSL color Cylindrical-coordinate representation of color #84DD9F: hue angle of 138.2º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DD9F is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB132221159-
CMYK0.4000.280.13
HSL138.2º56.69%69.22%-
HSV(B)138.2º40.27%86.67%-
XYZ41.6359.1242.02-
YUV187.32112.0188.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.78%
GREEN value IS 221 (86.72% from 255) = 43.16%
BLUE value IS 159 (62.5% from 255) = 31.05%
R=25.78%
G=43.16%
B=31.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322211590.4000.280.13138.256.6969.22
Hex84DD9F2801CD8a3945
Octal204335237500341521271105
Binary1000010011011101100111111010000111001101100010101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84DD9F; }

 p { color: rgb(132,221,159); }

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

<style>
 a { background-color: #84DD9F; }

 a { background-color: rgb(132,221,159); }

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

<style>
 span { border-color: #84DD9F; }

 span { border-color: rgb(132,221,159); }

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