Html Css Color HEX #85D089 De York

📋 copy color: '#85D089'

red 133 ◦ green 208 ◦ blue 137

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

Shades of De York #85D089

Tints of De York #85D089

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.51%

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

R = 27.82%
G = 43.51%
B = 28.66%

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

#85D089 (or 0x85D089) is known color: De York. HEX triplet: 85, D0 and 89. RGB value is (133,208,137). Sum of RGB (Red+Green+Blue) = 133+208+137=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #85D089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D089 is #7A2F76. Grayscale: #B1B1B1. Windows color (decimal): -8007543 or 9031813. OLE color: 9031813.

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

Color convert

RGB 133 208 137 -
CMYK 0.36 0 0.34 0.18
HSL 123.2º 0.44% 0.67% -
HSV(B) 123.2º 0.36% 0.82% -
XYZ 36.74 51.9 31.75 -
YUV 177.48 105.15 96.27 -
System Red Green Blue C M Y K H S L
Decimal 133 208 137 0.36 0 0.34 0.18 123.2 0.44 0.67
Hex 85 D0 89 24 0 22 12 7B 2C 43
Octal 205 320 211 44 0 42 22 173 54 103
Binary 10000101 11010000 10001001 100100 0 100010 10010 1111011 101100 1000011

Color Harmonies of #85D089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D089

Black with #85D089

Text Example


Text Example

White with #85D089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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