#85DC8E

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

Shades of De York #85DC8E

Tints of De York #85DC8E

Color information

#85DC8E (or 0x85DC8E) is unknown color: approx De York. HEX triplet: 85, DC and 8E. RGB value is (133,220,142). Sum of RGB (Red+Green+Blue) = 133+220+142=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC8E is #7A2371. Grayscale: #B9B9B9. Windows color (decimal): -8004466 or 9362565. OLE color: 9362565.

HSL color Cylindrical-coordinate representation of color #85DC8E: hue angle of 126.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DC8E is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB133220142-
CMYK0.4000.350.14
HSL126.21º55.41%69.22%-
HSV(B)126.21º39.55%86.27%-
XYZ40.1558.1334.69-
YUV185.09103.6890.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.87%
GREEN value IS 220 (86.33% from 255) = 44.44%
BLUE value IS 142 (55.86% from 255) = 28.69%
R=26.87%
G=44.44%
B=28.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332201420.4000.350.14126.2155.4169.22
Hex85DC8E28023E7e3745
Octal205334216500431617667105
Binary1000010111011100100011101010000100011111011111101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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