#85CE78

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

Shades of De York #85CE78

Tints of De York #85CE78

Color information

#85CE78 (or 0x85CE78) is unknown color: approx De York. HEX triplet: 85, CE and 78. RGB value is (133,206,120). Sum of RGB (Red+Green+Blue) = 133+206+120=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CE78 is #7A3187. Grayscale: #AEAEAE. Windows color (decimal): -8008072 or 7917189. OLE color: 7917189.

HSL color Cylindrical-coordinate representation of color #85CE78: hue angle of 110.93º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85CE78 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB133206120-
CMYK0.3500.420.19
HSL110.93º46.74%63.92%-
HSV(B)110.93º41.75%80.78%-
XYZ35.1350.4925.66-
YUV174.3797.3298.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.98%
GREEN value IS 206 (80.86% from 255) = 44.88%
BLUE value IS 120 (47.27% from 255) = 26.14%
R=28.98%
G=44.88%
B=26.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1332061200.3500.420.19110.9346.7463.92
Hex85CE782302A136f2f40
Octal205316170430522315757100
Binary1000010111001110111100010001101010101001111011111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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