#85D99D

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

Shades of Chinook #85D99D

Tints of Chinook #85D99D

Color information

#85D99D (or 0x85D99D) is unknown color: approx Chinook. HEX triplet: 85, D9 and 9D. RGB value is (133,217,157). Sum of RGB (Red+Green+Blue) = 133+217+157=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #85D99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D99D is #7A2662. Grayscale: #B9B9B9. Windows color (decimal): -8005219 or 10344837. OLE color: 10344837.

HSL color Cylindrical-coordinate representation of color #85D99D: hue angle of 137.14º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85D99D is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB133217157-
CMYK0.3900.280.15
HSL137.14º52.5%68.63%-
HSV(B)137.14º38.71%85.1%-
XYZ40.5757.0540.77-
YUV185.04112.1790.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.23%
GREEN value IS 217 (85.16% from 255) = 42.80%
BLUE value IS 157 (61.72% from 255) = 30.97%
R=26.23%
G=42.80%
B=30.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332171570.3900.280.15137.1452.568.63
Hex85D99D2701CF893445
Octal205331235470341721164105
Binary1000010111011001100111011001110111001111100010011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,217,157); }

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

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

 a { background-color: rgb(133,217,157); }

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

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

 span { border-color: rgb(133,217,157); }

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