#85C87A

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

Shades of De York #85C87A

Tints of De York #85C87A

Color information

#85C87A (or 0x85C87A) is unknown color: approx De York. HEX triplet: 85, C8 and 7A. RGB value is (133,200,122). Sum of RGB (Red+Green+Blue) = 133+200+122=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 200 - color contains mainly: green. Hex color #85C87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C87A is #7A3785. Grayscale: #ABABAB. Windows color (decimal): -8009606 or 8046725. OLE color: 8046725.

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

Color convert

RGB133200122-
CMYK0.3400.390.22
HSL111.54º41.49%63.14%-
HSV(B)111.54º39%78.43%-
XYZ33.8447.725.84-
YUV171.08100.3100.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.23%
GREEN value IS 200 (78.52% from 255) = 43.96%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=29.23%
G=43.96%
B=26.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1332001220.3400.390.22111.5441.4963.14
Hex85C87A220271670293f
Octal20531017242047261605177
Binary100001011100100011110101000100100111101101110000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,200,122); }

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

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

 a { background-color: rgb(133,200,122); }

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

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

 span { border-color: rgb(133,200,122); }

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