#85BE78

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

Shades of De York #85BE78

Tints of De York #85BE78

Color information

#85BE78 (or 0x85BE78) is unknown color: approx De York. HEX triplet: 85, BE and 78. RGB value is (133,190,120). Sum of RGB (Red+Green+Blue) = 133+190+120=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE78 is #7A4187. Grayscale: #A5A5A5. Windows color (decimal): -8012168 or 7913093. OLE color: 7913093.

HSL color Cylindrical-coordinate representation of color #85BE78: hue angle of 108.86º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85BE78 is Cyan = 0.3, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB133190120-
CMYK0.300.370.25
HSL108.86º35%60.78%-
HSV(B)108.86º36.84%74.51%-
XYZ31.4843.1724.44-
YUV164.98102.62105.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.02%
GREEN value IS 190 (74.61% from 255) = 42.89%
BLUE value IS 120 (47.27% from 255) = 27.09%
R=30.02%
G=42.89%
B=27.09%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331901200.300.370.25108.863560.78
Hex85BE781E025196d233d
Octal20527617036045311554375
Binary10000101101111101111000111100100101110011101101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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