#85D88D

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

Shades of De York #85D88D

Tints of De York #85D88D

Color information

#85D88D (or 0x85D88D) is unknown color: approx De York. HEX triplet: 85, D8 and 8D. RGB value is (133,216,141). Sum of RGB (Red+Green+Blue) = 133+216+141=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #85D88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D88D is #7A2772. Grayscale: #B6B6B6. Windows color (decimal): -8005491 or 9296005. OLE color: 9296005.

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

Color convert

RGB133216141-
CMYK0.3800.350.15
HSL125.78º51.55%68.43%-
HSV(B)125.78º38.43%84.71%-
XYZ39.0456.0233.96-
YUV182.63104.592.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.14%
GREEN value IS 216 (84.77% from 255) = 44.08%
BLUE value IS 141 (55.47% from 255) = 28.78%
R=27.14%
G=44.08%
B=28.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332161410.3800.350.15125.7851.5568.43
Hex85D88D26023F7e3444
Octal205330215460431717664104
Binary1000010111011000100011011001100100011111111111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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