#85D27D

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

Shades of De York #85D27D

Tints of De York #85D27D

Color information

#85D27D (or 0x85D27D) is unknown color: approx De York. HEX triplet: 85, D2 and 7D. RGB value is (133,210,125). Sum of RGB (Red+Green+Blue) = 133+210+125=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #85D27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D27D is #7A2D82. Grayscale: #B1B1B1. Windows color (decimal): -8007043 or 8245893. OLE color: 8245893.

HSL color Cylindrical-coordinate representation of color #85D27D: hue angle of 114.35º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85D27D is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB133210125-
CMYK0.3700.400.18
HSL114.35º48.57%65.69%-
HSV(B)114.35º40.48%82.35%-
XYZ36.4252.5627.63-
YUV177.2998.4996.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.42%
GREEN value IS 210 (82.42% from 255) = 44.87%
BLUE value IS 125 (49.22% from 255) = 26.71%
R=28.42%
G=44.87%
B=26.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1332101250.3700.400.18114.3548.5765.69
Hex85D27D2502812723142
Octal205322175450502216261102
Binary1000010111010010111110110010101010001001011100101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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