#85c578

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

Shades of De York #85C578

Tints of De York #85C578

Color information

#85C578 (or 0x85C578) is unknown color: approx De York. HEX triplet: 85, C5 and 78. RGB value is (133,197,120). Sum of RGB (Red+Green+Blue) = 133+197+120=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #85C578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C578 is #7A3A87. Grayscale: #A9A9A9. Windows color (decimal): -8010376 or 7914885. OLE color: 7914885.

HSL color Cylindrical-coordinate representation of color #85C578: hue angle of 109.87º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85C578 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB133197120-
CMYK0.3200.390.23
HSL109.87º39.9%62.16%-
HSV(B)109.87º39.09%77.25%-
XYZ33.0346.2824.96-
YUV169.09100.3102.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.56%
GREEN value IS 197 (77.34% from 255) = 43.78%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=29.56%
G=43.78%
B=26.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1331971200.3200.390.23109.8739.962.16
Hex85C57820027176e283e
Octal20530517040047271565076
Binary100001011100010111110001000000100111101111101110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85c578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,197,120); }

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

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

 a { background-color: rgb(133,197,120); }

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

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

 span { border-color: rgb(133,197,120); }

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