#85C789

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

Shades of De York #85C789

Tints of De York #85C789

Color information

#85C789 (or 0x85C789) is unknown color: approx De York. HEX triplet: 85, C7 and 89. RGB value is (133,199,137). Sum of RGB (Red+Green+Blue) = 133+199+137=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 199 - color contains mainly: green. Hex color #85C789 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C789 is #7A3876. Grayscale: #ACACAC. Windows color (decimal): -8009847 or 9029509. OLE color: 9029509.

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

Color convert

RGB133199137-
CMYK0.3300.310.22
HSL123.64º37.08%65.1%-
HSV(B)123.64º33.17%78.04%-
XYZ34.6147.6431.04-
YUV172.2108.13100.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.36%
GREEN value IS 199 (78.12% from 255) = 42.43%
BLUE value IS 137 (53.91% from 255) = 29.21%
R=28.36%
G=42.43%
B=29.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1331991370.3300.310.22123.6437.0865.1
Hex85C7892101F167c2541
Octal205307211410372617445101
Binary1000010111000111100010011000010111111011011111001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,199,137); }

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

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

 a { background-color: rgb(133,199,137); }

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

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

 span { border-color: rgb(133,199,137); }

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