#85D182

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

Shades of De York #85D182

Tints of De York #85D182

Color information

#85D182 (or 0x85D182) is unknown color: approx De York. HEX triplet: 85, D1 and 82. RGB value is (133,209,130). Sum of RGB (Red+Green+Blue) = 133+209+130=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #85D182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D182 is #7A2E7D. Grayscale: #B1B1B1. Windows color (decimal): -8007294 or 8573317. OLE color: 8573317.

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

Color convert

RGB133209130-
CMYK0.3600.380.18
HSL117.72º46.2%66.47%-
HSV(B)117.72º37.8%81.96%-
XYZ36.552.229.27-
YUV177.27101.3296.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.18%
GREEN value IS 209 (82.03% from 255) = 44.28%
BLUE value IS 130 (51.17% from 255) = 27.54%
R=28.18%
G=44.28%
B=27.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1332091300.3600.380.18117.7246.266.47
Hex85D1822402612762e42
Octal205321202440462216656102
Binary10000101110100011000001010010001001101001011101101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,209,130); }

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

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

 a { background-color: rgb(133,209,130); }

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

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

 span { border-color: rgb(133,209,130); }

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