#85DC90

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

Shades of De York #85DC90

Tints of De York #85DC90

Color information

#85DC90 (or 0x85DC90) is unknown color: approx De York. HEX triplet: 85, DC and 90. RGB value is (133,220,144). Sum of RGB (Red+Green+Blue) = 133+220+144=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC90 is #7A236F. Grayscale: #B9B9B9. Windows color (decimal): -8004464 or 9493637. OLE color: 9493637.

HSL color Cylindrical-coordinate representation of color #85DC90: hue angle of 127.59º 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 #85DC90 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB133220144-
CMYK0.4000.350.14
HSL127.59º55.41%69.22%-
HSV(B)127.59º39.55%86.27%-
XYZ40.358.1935.49-
YUV185.32104.6890.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.76%
GREEN value IS 220 (86.33% from 255) = 44.27%
BLUE value IS 144 (56.64% from 255) = 28.97%
R=26.76%
G=44.27%
B=28.97%

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
Decimal1332201440.4000.350.14127.5955.4169.22
Hex85DC9028023E803745
Octal205334220500431620067105
Binary10000101110111001001000010100001000111110100000001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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