Html Css Color HEX #85D59F Chinook

📋 copy color: '#85D59F'

red 133 ◦ green 213 ◦ blue 159

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

Shades of Chinook #85D59F

Tints of Chinook #85D59F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.18%

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

R = 26.34%
G = 42.18%
B = 31.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#85D59F (or 0x85D59F) is known color: Chinook. HEX triplet: 85, D5 and 9F. RGB value is (133,213,159). Sum of RGB (Red+Green+Blue) = 133+213+159=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #85D59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D59F is #7A2A60. Grayscale: #B7B7B7. Windows color (decimal): -8006241 or 10474885. OLE color: 10474885.

HSL color Cylindrical-coordinate representation of color #85D59F: hue angle of 139.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D59F is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 213 159 -
CMYK 0.38 0 0.25 0.16
HSL 139.5º 0.49% 0.68% -
HSV(B) 139.5º 0.38% 0.84% -
XYZ 39.73 55.08 41.34 -
YUV 182.92 114.5 92.39 -
System Red Green Blue C M Y K H S L
Decimal 133 213 159 0.38 0 0.25 0.16 139.5 0.49 0.68
Hex 85 D5 9F 26 0 19 10 8C 31 44
Octal 205 325 237 46 0 31 20 214 61 104
Binary 10000101 11010101 10011111 100110 0 11001 10000 10001100 110001 1000100

Color Harmonies of #85D59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D59F

Black with #85D59F

Text Example


Text Example

White with #85D59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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