#85C783

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

Shades of De York #85C783

Tints of De York #85C783

Color information

#85C783 (or 0x85C783) is unknown color: approx De York. HEX triplet: 85, C7 and 83. RGB value is (133,199,131). Sum of RGB (Red+Green+Blue) = 133+199+131=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 199 - color contains mainly: green. Hex color #85C783 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C783 is #7A387C. Grayscale: #ABABAB. Windows color (decimal): -8009853 or 8636293. OLE color: 8636293.

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

Color convert

RGB133199131-
CMYK0.3300.340.22
HSL118.24º37.78%64.71%-
HSV(B)118.24º34.17%78.04%-
XYZ34.1947.4728.83-
YUV171.51105.13100.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.73%
GREEN value IS 199 (78.12% from 255) = 42.98%
BLUE value IS 131 (51.56% from 255) = 28.29%
R=28.73%
G=42.98%
B=28.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1331991310.3300.340.22118.2437.7864.71
Hex85C7832102216762641
Octal205307203410422616646101
Binary10000101110001111000001110000101000101011011101101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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