#85D88E

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

Shades of De York #85D88E

Tints of De York #85D88E

Color information

#85D88E (or 0x85D88E) is unknown color: approx De York. HEX triplet: 85, D8 and 8E. RGB value is (133,216,142). Sum of RGB (Red+Green+Blue) = 133+216+142=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #85D88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D88E is #7A2771. Grayscale: #B6B6B6. Windows color (decimal): -8005490 or 9361541. OLE color: 9361541.

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

Color convert

RGB133216142-
CMYK0.3800.340.15
HSL126.51º51.55%68.43%-
HSV(B)126.51º38.43%84.71%-
XYZ39.1156.0534.35-
YUV182.7510592.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 216 (84.77% from 255) = 43.99%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=27.09%
G=43.99%
B=28.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332161420.3800.340.15126.5151.5568.43
Hex85D88E26022F7f3444
Octal205330216460421717764104
Binary1000010111011000100011101001100100010111111111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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