Html Css Color HEX #85DB9E Chinook

📋 copy color: '#85DB9E'

red 133 ◦ green 219 ◦ blue 158

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

Shades of Chinook #85DB9E

Tints of Chinook #85DB9E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.94%

 BLUE value IS 158 (62.11% from 255) = 30.98%

R = 26.08%
G = 42.94%
B = 30.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#85DB9E (or 0x85DB9E) is known color: Chinook. HEX triplet: 85, DB and 9E. RGB value is (133,219,158). Sum of RGB (Red+Green+Blue) = 133+219+158=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DB9E is #7A2461. Grayscale: #BABABA. Windows color (decimal): -8004706 or 10410885. OLE color: 10410885.

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

Color convert

RGB 133 219 158 -
CMYK 0.39 0 0.28 0.14
HSL 137.44º 0.54% 0.69% -
HSV(B) 137.44º 0.39% 0.86% -
XYZ 41.18 58.12 41.4 -
YUV 186.33 112.01 89.96 -
System Red Green Blue C M Y K H S L
Decimal 133 219 158 0.39 0 0.28 0.14 137.44 0.54 0.69
Hex 85 DB 9E 27 0 1C E 89 36 45
Octal 205 333 236 47 0 34 16 211 66 105
Binary 10000101 11011011 10011110 100111 0 11100 1110 10001001 110110 1000101

Color Harmonies of #85DB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DB9E

Black with #85DB9E

Text Example


Text Example

White with #85DB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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