Html Css Color HEX #85D987 De York

📋 copy color: '#85D987'

red 133 ◦ green 217 ◦ blue 135

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

Shades of De York #85D987

Tints of De York #85D987

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.74%

 BLUE value IS 135 (53.13% from 255) = 27.84%

R = 27.42%
G = 44.74%
B = 27.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#85D987 (or 0x85D987) is known color: De York. HEX triplet: 85, D9 and 87. RGB value is (133,217,135). Sum of RGB (Red+Green+Blue) = 133+217+135=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #85D987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D987 is #7A2678. Grayscale: #B6B6B6. Windows color (decimal): -8005241 or 8903045. OLE color: 8903045.

HSL color Cylindrical-coordinate representation of color #85D987: hue angle of 121.43º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85D987 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 217 135 -
CMYK 0.39 0 0.38 0.15
HSL 121.43º 0.53% 0.69% -
HSV(B) 121.43º 0.39% 0.85% -
XYZ 38.86 56.36 31.75 -
YUV 182.54 101.17 92.67 -
System Red Green Blue C M Y K H S L
Decimal 133 217 135 0.39 0 0.38 0.15 121.43 0.53 0.69
Hex 85 D9 87 27 0 26 F 79 34 45
Octal 205 331 207 47 0 46 17 171 64 105
Binary 10000101 11011001 10000111 100111 0 100110 1111 1111001 110100 1000101

Color Harmonies of #85D987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D987

Black with #85D987

Text Example


Text Example

White with #85D987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,217,135); }

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

background-color css

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

 a { background-color: rgb(133,217,135); }

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

border-color css

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

 span { border-color: rgb(133,217,135); }

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