#85DD9A

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

Shades of Chinook #85DD9A

Tints of Chinook #85DD9A

Color information

#85DD9A (or 0x85DD9A) is unknown color: approx Chinook. HEX triplet: 85, DD and 9A. RGB value is (133,221,154). Sum of RGB (Red+Green+Blue) = 133+221+154=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD9A is #7A2265. Grayscale: #BBBBBB. Windows color (decimal): -8004198 or 10149253. OLE color: 10149253.

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

Color convert

RGB133221154-
CMYK0.4000.300.13
HSL134.32º56.41%69.41%-
HSV(B)134.32º39.82%86.67%-
XYZ41.3659.0339.79-
YUV187.05109.3589.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.18%
GREEN value IS 221 (86.72% from 255) = 43.50%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=26.18%
G=43.50%
B=30.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332211540.4000.300.13134.3256.4169.41
Hex85DD9A2801ED863845
Octal205335232500361520670105
Binary1000010111011101100110101010000111101101100001101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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