#84DD9E

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

Shades of Chinook #84DD9E

Tints of Chinook #84DD9E

Color information

#84DD9E (or 0x84DD9E) is unknown color: approx Chinook. HEX triplet: 84, DD and 9E. RGB value is (132,221,158). Sum of RGB (Red+Green+Blue) = 132+221+158=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DD9E is #7B2261. Grayscale: #BBBBBB. Windows color (decimal): -8069730 or 10411396. OLE color: 10411396.

HSL color Cylindrical-coordinate representation of color #84DD9E: hue angle of 137.53º 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 #84DD9E is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB132221158-
CMYK0.4000.290.13
HSL137.53º56.69%69.22%-
HSV(B)137.53º40.27%86.67%-
XYZ41.5459.0941.56-
YUV187.21111.5188.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.83%
GREEN value IS 221 (86.72% from 255) = 43.25%
BLUE value IS 158 (62.11% from 255) = 30.92%
R=25.83%
G=43.25%
B=30.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322211580.4000.290.13137.5356.6969.22
Hex84DD9E2801DD8a3945
Octal204335236500351521271105
Binary1000010011011101100111101010000111011101100010101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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