#85C37D

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

Shades of De York #85C37D

Tints of De York #85C37D

Color information

#85C37D (or 0x85C37D) is unknown color: approx De York. HEX triplet: 85, C3 and 7D. RGB value is (133,195,125). Sum of RGB (Red+Green+Blue) = 133+195+125=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #85C37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C37D is #7A3C82. Grayscale: #A8A8A8. Windows color (decimal): -8010883 or 8242053. OLE color: 8242053.

HSL color Cylindrical-coordinate representation of color #85C37D: hue angle of 113.14º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85C37D is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB133195125-
CMYK0.3200.360.24
HSL113.14º36.84%62.75%-
HSV(B)113.14º35.9%76.47%-
XYZ32.8945.526.45-
YUV168.48103.46102.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.36%
GREEN value IS 195 (76.56% from 255) = 43.05%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=29.36%
G=43.05%
B=27.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331951250.3200.360.24113.1436.8462.75
Hex85C37D200241871253f
Octal20530317540044301614577
Binary100001011100001111111011000000100100110001110001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,195,125); }

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

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

 a { background-color: rgb(133,195,125); }

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

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

 span { border-color: rgb(133,195,125); }

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