#85DE9D

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

Shades of Chinook #85DE9D

Tints of Chinook #85DE9D

Color information

#85DE9D (or 0x85DE9D) is unknown color: approx Chinook. HEX triplet: 85, DE and 9D. RGB value is (133,222,157). Sum of RGB (Red+Green+Blue) = 133+222+157=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DE9D is #7A2162. Grayscale: #BCBCBC. Windows color (decimal): -8003939 or 10346117. OLE color: 10346117.

HSL color Cylindrical-coordinate representation of color #85DE9D: hue angle of 136.18º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DE9D is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB133222157-
CMYK0.4000.290.13
HSL136.18º57.42%69.61%-
HSV(B)136.18º40.09%87.06%-
XYZ41.8859.6641.21-
YUV187.98110.5188.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.98%
GREEN value IS 222 (87.11% from 255) = 43.36%
BLUE value IS 157 (61.72% from 255) = 30.66%
R=25.98%
G=43.36%
B=30.66%

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
Decimal1332221570.4000.290.13136.1857.4269.61
Hex85DE9D2801DD883946
Octal205336235500351521071106
Binary1000010111011110100111011010000111011101100010001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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