#85DC8F

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

Shades of De York #85DC8F

Tints of De York #85DC8F

Color information

#85DC8F (or 0x85DC8F) is unknown color: approx De York. HEX triplet: 85, DC and 8F. RGB value is (133,220,143). Sum of RGB (Red+Green+Blue) = 133+220+143=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC8F is #7A2370. Grayscale: #B9B9B9. Windows color (decimal): -8004465 or 9428101. OLE color: 9428101.

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

Color convert

RGB133220143-
CMYK0.4000.350.14
HSL126.9º55.41%69.22%-
HSV(B)126.9º39.55%86.27%-
XYZ40.2258.1635.09-
YUV185.21104.1890.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.81%
GREEN value IS 220 (86.33% from 255) = 44.35%
BLUE value IS 143 (56.25% from 255) = 28.83%
R=26.81%
G=44.35%
B=28.83%

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
Decimal1332201430.4000.350.14126.955.4169.22
Hex85DC8F28023E7f3745
Octal205334217500431617767105
Binary1000010111011100100011111010000100011111011111111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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