#85DD9E

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

Shades of Chinook #85DD9E

Tints of Chinook #85DD9E

Color information

#85DD9E (or 0x85DD9E) is unknown color: approx Chinook. HEX triplet: 85, DD and 9E. RGB value is (133,221,158). Sum of RGB (Red+Green+Blue) = 133+221+158=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD9E is #7A2261. Grayscale: #BBBBBB. Windows color (decimal): -8004194 or 10411397. OLE color: 10411397.

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

Color convert

RGB133221158-
CMYK0.4000.290.13
HSL137.05º56.41%69.41%-
HSV(B)137.05º39.82%86.67%-
XYZ41.759.1741.57-
YUV187.51111.3589.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.98%
GREEN value IS 221 (86.72% from 255) = 43.16%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=25.98%
G=43.16%
B=30.86%

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
Decimal1332211580.4000.290.13137.0556.4169.41
Hex85DD9E2801DD893845
Octal205335236500351521170105
Binary1000010111011101100111101010000111011101100010011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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