Html Css Color HEX #85D19F Chinook

📋 copy color: '#85D19F'

red 133 ◦ green 209 ◦ blue 159

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

Shades of Chinook #85D19F

Tints of Chinook #85D19F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.72%

 BLUE value IS 159 (62.5% from 255) = 31.74%

R = 26.55%
G = 41.72%
B = 31.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#85D19F (or 0x85D19F) is known color: Chinook. HEX triplet: 85, D1 and 9F. RGB value is (133,209,159). Sum of RGB (Red+Green+Blue) = 133+209+159=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #85D19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D19F is #7A2E60. Grayscale: #B4B4B4. Windows color (decimal): -8007265 or 10473861. OLE color: 10473861.

HSL color Cylindrical-coordinate representation of color #85D19F: hue angle of 140.53º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85D19F is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 209 159 -
CMYK 0.36 0 0.24 0.18
HSL 140.53º 0.45% 0.67% -
HSV(B) 140.53º 0.36% 0.82% -
XYZ 38.73 53.09 41.01 -
YUV 180.58 115.82 94.07 -
System Red Green Blue C M Y K H S L
Decimal 133 209 159 0.36 0 0.24 0.18 140.53 0.45 0.67
Hex 85 D1 9F 24 0 18 12 8D 2D 43
Octal 205 321 237 44 0 30 22 215 55 103
Binary 10000101 11010001 10011111 100100 0 11000 10010 10001101 101101 1000011

Color Harmonies of #85D19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D19F

Black with #85D19F

Text Example


Text Example

White with #85D19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,209,159); }

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

background-color css

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

 a { background-color: rgb(133,209,159); }

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

border-color css

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

 span { border-color: rgb(133,209,159); }

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