Html Css Color HEX #85DD9D Chinook

📋 copy color: '#85DD9D'

red 133 ◦ green 221 ◦ blue 157

#85DD9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #85DD9D

Tints of Chinook #85DD9D

RGB

 RED value IS 133 (52.34% from 255) = 26.03%

 GREEN value IS 221 (86.72% from 255) = 43.25%

 BLUE value IS 157 (61.72% from 255) = 30.72%

R = 26.03%
G = 43.25%
B = 30.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#85DD9D (or 0x85DD9D) is known color: Chinook. HEX triplet: 85, DD and 9D. RGB value is (133,221,157). Sum of RGB (Red+Green+Blue) = 133+221+157=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD9D is #7A2262. Grayscale: #BBBBBB. Windows color (decimal): -8004195 or 10345861. OLE color: 10345861.

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

Color convert

RGB 133 221 157 -
CMYK 0.40 0 0.29 0.13
HSL 136.36º 0.56% 0.69% -
HSV(B) 136.36º 0.4% 0.87% -
XYZ 41.62 59.13 41.12 -
YUV 187.39 110.85 89.2 -
System Red Green Blue C M Y K H S L
Decimal 133 221 157 0.40 0 0.29 0.13 136.36 0.56 0.69
Hex 85 DD 9D 28 0 1D D 88 38 45
Octal 205 335 235 50 0 35 15 210 70 105
Binary 10000101 11011101 10011101 101000 0 11101 1101 10001000 111000 1000101

Color Harmonies of #85DD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DD9D

Black with #85DD9D

Text Example


Text Example

White with #85DD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85DD9D;
 }
 .AnyTagClassName
 {
   color: #85DD9D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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