Html Css Color HEX #85DF9D Chinook

📋 copy color: '#85DF9D'

red 133 ◦ green 223 ◦ blue 157

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

Shades of Chinook #85DF9D

Tints of Chinook #85DF9D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.47%

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

R = 25.93%
G = 43.47%
B = 30.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#85DF9D (or 0x85DF9D) is known color: Chinook. HEX triplet: 85, DF and 9D. RGB value is (133,223,157). Sum of RGB (Red+Green+Blue) = 133+223+157=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DF9D is #7A2062. Grayscale: #BCBCBC. Windows color (decimal): -8003683 or 10346373. OLE color: 10346373.

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

Color convert

RGB 133 223 157 -
CMYK 0.40 0 0.30 0.13
HSL 136º 0.58% 0.7% -
HSV(B) 136º 0.4% 0.87% -
XYZ 42.15 60.2 41.3 -
YUV 188.57 110.18 88.37 -
System Red Green Blue C M Y K H S L
Decimal 133 223 157 0.40 0 0.30 0.13 136 0.58 0.7
Hex 85 DF 9D 28 0 1E D 88 3A 46
Octal 205 337 235 50 0 36 15 210 72 106
Binary 10000101 11011111 10011101 101000 0 11110 1101 10001000 111010 1000110

Color Harmonies of #85DF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DF9D

Black with #85DF9D

Text Example


Text Example

White with #85DF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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