#85D57D

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

Shades of De York #85D57D

Tints of De York #85D57D

Color information

#85D57D (or 0x85D57D) is unknown color: approx De York. HEX triplet: 85, D5 and 7D. RGB value is (133,213,125). Sum of RGB (Red+Green+Blue) = 133+213+125=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #85D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D57D is #7A2A82. Grayscale: #B3B3B3. Windows color (decimal): -8006275 or 8246661. OLE color: 8246661.

HSL color Cylindrical-coordinate representation of color #85D57D: hue angle of 114.55º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85D57D is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB133213125-
CMYK0.3800.410.16
HSL114.55º51.16%66.27%-
HSV(B)114.55º41.31%83.53%-
XYZ37.1754.0627.88-
YUV179.0597.595.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.24%
GREEN value IS 213 (83.59% from 255) = 45.22%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=28.24%
G=45.22%
B=26.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332131250.3800.410.16114.5551.1666.27
Hex85D57D2602910733342
Octal205325175460512016363102
Binary1000010111010101111110110011001010011000011100111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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