Html Css Color HEX #85D189 De York

📋 copy color: '#85D189'

red 133 ◦ green 209 ◦ blue 137

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

Shades of De York #85D189

Tints of De York #85D189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.6%

R = 27.77%
G = 43.63%
B = 28.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#85D189 (or 0x85D189) is known color: De York. HEX triplet: 85, D1 and 89. RGB value is (133,209,137). Sum of RGB (Red+Green+Blue) = 133+209+137=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #85D189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D189 is #7A2E76. Grayscale: #B2B2B2. Windows color (decimal): -8007287 or 9032069. OLE color: 9032069.

HSL color Cylindrical-coordinate representation of color #85D189: hue angle of 123.16º 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 #85D189 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 209 137 -
CMYK 0.36 0 0.34 0.18
HSL 123.16º 0.45% 0.67% -
HSV(B) 123.16º 0.36% 0.82% -
XYZ 36.99 52.39 31.83 -
YUV 178.07 104.82 95.85 -
System Red Green Blue C M Y K H S L
Decimal 133 209 137 0.36 0 0.34 0.18 123.16 0.45 0.67
Hex 85 D1 89 24 0 22 12 7B 2D 43
Octal 205 321 211 44 0 42 22 173 55 103
Binary 10000101 11010001 10001001 100100 0 100010 10010 1111011 101101 1000011

Color Harmonies of #85D189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D189

Black with #85D189

Text Example


Text Example

White with #85D189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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