#85CD8D

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

Shades of De York #85CD8D

Tints of De York #85CD8D

Color information

#85CD8D (or 0x85CD8D) is unknown color: approx De York. HEX triplet: 85, CD and 8D. RGB value is (133,205,141). Sum of RGB (Red+Green+Blue) = 133+205+141=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CD8D is #7A3272. Grayscale: #B0B0B0. Windows color (decimal): -8008307 or 9293189. OLE color: 9293189.

HSL color Cylindrical-coordinate representation of color #85CD8D: hue angle of 126.67º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CD8D is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB133205141-
CMYK0.3500.310.20
HSL126.67º41.86%66.27%-
HSV(B)126.67º35.12%80.39%-
XYZ36.3150.5733.05-
YUV176.18108.1597.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.77%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=27.77%
G=42.80%
B=29.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332051410.3500.310.20126.6741.8666.27
Hex85CD8D2301F147f2a42
Octal205315215430372417752102
Binary1000010111001101100011011000110111111010011111111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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