#85C18D

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

Shades of De York #85C18D

Tints of De York #85C18D

Color information

#85C18D (or 0x85C18D) is unknown color: approx De York. HEX triplet: 85, C1 and 8D. RGB value is (133,193,141). Sum of RGB (Red+Green+Blue) = 133+193+141=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #85C18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C18D is #7A3E72. Grayscale: #A9A9A9. Windows color (decimal): -8011379 or 9290117. OLE color: 9290117.

HSL color Cylindrical-coordinate representation of color #85C18D: hue angle of 128º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C18D is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB133193141-
CMYK0.3100.270.24
HSL128º32.61%63.92%-
HSV(B)128º31.09%75.69%-
XYZ33.5545.0532.13-
YUV169.13112.12102.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.48%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 141 (55.47% from 255) = 30.19%
R=28.48%
G=41.33%
B=30.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331931410.3100.270.2412832.6163.92
Hex85C18D1F01B18802140
Octal205301215370333020041100
Binary1000010111000001100011011111101101111000100000001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,193,141); }

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

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

 a { background-color: rgb(133,193,141); }

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

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

 span { border-color: rgb(133,193,141); }

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