#85C98D

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

Shades of De York #85C98D

Tints of De York #85C98D

Color information

#85C98D (or 0x85C98D) is unknown color: approx De York. HEX triplet: 85, C9 and 8D. RGB value is (133,201,141). Sum of RGB (Red+Green+Blue) = 133+201+141=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #85C98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C98D is #7A3672. Grayscale: #ADADAD. Windows color (decimal): -8009331 or 9292165. OLE color: 9292165.

HSL color Cylindrical-coordinate representation of color #85C98D: hue angle of 127.06º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85C98D is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB133201141-
CMYK0.3400.300.21
HSL127.06º38.64%65.49%-
HSV(B)127.06º33.83%78.82%-
XYZ35.3748.6832.73-
YUV173.83109.4798.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28%
GREEN value IS 201 (78.91% from 255) = 42.32%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=28%
G=42.32%
B=29.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1332011410.3400.300.21127.0638.6465.49
Hex85C98D2201E157f2741
Octal205311215420362517747101
Binary1000010111001001100011011000100111101010111111111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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