#85D984

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

Shades of De York #85D984

Tints of De York #85D984

Color information

#85D984 (or 0x85D984) is unknown color: approx De York. HEX triplet: 85, D9 and 84. RGB value is (133,217,132). Sum of RGB (Red+Green+Blue) = 133+217+132=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #85D984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D984 is #7A267B. Grayscale: #B6B6B6. Windows color (decimal): -8005244 or 8706437. OLE color: 8706437.

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

Color convert

RGB133217132-
CMYK0.3900.390.15
HSL119.29º52.8%68.43%-
HSV(B)119.29º39.17%85.1%-
XYZ38.6556.2830.66-
YUV182.1999.6792.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.59%
GREEN value IS 217 (85.16% from 255) = 45.02%
BLUE value IS 132 (51.95% from 255) = 27.39%
R=27.59%
G=45.02%
B=27.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332171320.3900.390.15119.2952.868.43
Hex85D98427027F773544
Octal205331204470471716765104
Binary1000010111011001100001001001110100111111111101111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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