#85d284

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

Shades of De York #85D284

Tints of De York #85D284

Color information

#85D284 (or 0x85D284) is unknown color: approx De York. HEX triplet: 85, D2 and 84. RGB value is (133,210,132). Sum of RGB (Red+Green+Blue) = 133+210+132=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #85D284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D284 is #7A2D7B. Grayscale: #B2B2B2. Windows color (decimal): -8007036 or 8704645. OLE color: 8704645.

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

Color convert

RGB133210132-
CMYK0.3700.370.18
HSL119.23º46.43%67.06%-
HSV(B)119.23º37.14%82.35%-
XYZ36.8852.7530.07-
YUV178.08101.9995.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28%
GREEN value IS 210 (82.42% from 255) = 44.21%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=28%
G=44.21%
B=27.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1332101320.3700.370.18119.2346.4367.06
Hex85D2842502512772e43
Octal205322204450452216756103
Binary10000101110100101000010010010101001011001011101111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85d284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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