#85C67C

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

Shades of De York #85C67C

Tints of De York #85C67C

Color information

#85C67C (or 0x85C67C) is unknown color: approx De York. HEX triplet: 85, C6 and 7C. RGB value is (133,198,124). Sum of RGB (Red+Green+Blue) = 133+198+124=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 198 - color contains mainly: green. Hex color #85C67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C67C is #7A3983. Grayscale: #AAAAAA. Windows color (decimal): -8010116 or 8177285. OLE color: 8177285.

HSL color Cylindrical-coordinate representation of color #85C67C: hue angle of 112.7º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85C67C is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB133198124-
CMYK0.3300.370.22
HSL112.7º39.36%63.14%-
HSV(B)112.7º37.37%77.65%-
XYZ33.5146.8326.34-
YUV170.13101.97101.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.23%
GREEN value IS 198 (77.73% from 255) = 43.52%
BLUE value IS 124 (48.83% from 255) = 27.25%
R=29.23%
G=43.52%
B=27.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1331981240.3300.370.22112.739.3663.14
Hex85C67C210251671273f
Octal20530617441045261614777
Binary100001011100011011111001000010100101101101110001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,198,124); }

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

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

 a { background-color: rgb(133,198,124); }

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

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

 span { border-color: rgb(133,198,124); }

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