#85D27E

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

Shades of De York #85D27E

Tints of De York #85D27E

Color information

#85D27E (or 0x85D27E) is unknown color: approx De York. HEX triplet: 85, D2 and 7E. RGB value is (133,210,126). Sum of RGB (Red+Green+Blue) = 133+210+126=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #85D27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D27E is #7A2D81. Grayscale: #B1B1B1. Windows color (decimal): -8007042 or 8311429. OLE color: 8311429.

HSL color Cylindrical-coordinate representation of color #85D27E: hue angle of 115º degrees, saturation: 0.48, 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 #85D27E is Cyan = 0.37, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB133210126-
CMYK0.3700.40.18
HSL115º48.28%65.88%-
HSV(B)115º40%82.35%-
XYZ36.4952.5927.97-
YUV177.498.9996.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.36%
GREEN value IS 210 (82.42% from 255) = 44.78%
BLUE value IS 126 (49.61% from 255) = 26.87%
R=28.36%
G=44.78%
B=26.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1332101260.3700.40.1811548.2865.88
Hex85D27E2502812733042
Octal205322176450502216360102
Binary1000010111010010111111010010101010001001011100111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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