#84DE9E

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

Shades of Chinook #84DE9E

Tints of Chinook #84DE9E

Color information

#84DE9E (or 0x84DE9E) is unknown color: approx Chinook. HEX triplet: 84, DE and 9E. RGB value is (132,222,158). Sum of RGB (Red+Green+Blue) = 132+222+158=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #84DE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DE9E is #7B2161. Grayscale: #BBBBBB. Windows color (decimal): -8069474 or 10411652. OLE color: 10411652.

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

Color convert

RGB132222158-
CMYK0.4100.290.13
HSL137.33º57.69%69.41%-
HSV(B)137.33º40.54%87.06%-
XYZ41.8159.6241.65-
YUV187.79111.1888.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.78%
GREEN value IS 222 (87.11% from 255) = 43.36%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=25.78%
G=43.36%
B=30.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322221580.4100.290.13137.3357.6969.41
Hex84DE9E2901DD893a45
Octal204336236510351521172105
Binary1000010011011110100111101010010111011101100010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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