#85D98D

Color #85D98D De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #85D98D

Tints of De York #85D98D

Color information

#85D98D (or 0x85D98D) is unknown color: approx De York. HEX triplet: 85, D9 and 8D. RGB value is (133,217,141). Sum of RGB (Red+Green+Blue) = 133+217+141=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #85D98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D98D is #7A2672. Grayscale: #B7B7B7. Windows color (decimal): -8005235 or 9296261. OLE color: 9296261.

HSL color Cylindrical-coordinate representation of color #85D98D: hue angle of 125.71º 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 #85D98D is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB133217141-
CMYK0.3900.350.15
HSL125.71º52.5%68.63%-
HSV(B)125.71º38.71%85.1%-
XYZ39.2956.5434.04-
YUV183.22104.1792.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 217 (85.16% from 255) = 44.20%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=27.09%
G=44.20%
B=28.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332171410.3900.350.15125.7152.568.63
Hex85D98D27023F7e3445
Octal205331215470431717664105
Binary1000010111011001100011011001110100011111111111101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85D98D;
 }
 .AnyTagClassName
 {
   color: #85D98D;
 }
</style>
background-color css

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

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

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

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

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

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