#85D882

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

Shades of De York #85D882

Tints of De York #85D882

Color information

#85D882 (or 0x85D882) is unknown color: approx De York. HEX triplet: 85, D8 and 82. RGB value is (133,216,130). Sum of RGB (Red+Green+Blue) = 133+216+130=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #85D882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D882 is #7A277D. Grayscale: #B5B5B5. Windows color (decimal): -8005502 or 8575109. OLE color: 8575109.

HSL color Cylindrical-coordinate representation of color #85D882: hue angle of 117.91º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85D882 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB133216130-
CMYK0.3800.400.15
HSL117.91º52.44%67.84%-
HSV(B)117.91º39.81%84.71%-
XYZ38.2655.7129.86-
YUV181.389993.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.77%
GREEN value IS 216 (84.77% from 255) = 45.09%
BLUE value IS 130 (51.17% from 255) = 27.14%
R=27.77%
G=45.09%
B=27.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332161300.3800.400.15117.9152.4467.84
Hex85D88226028F763444
Octal205330202460501716664104
Binary1000010111011000100000101001100101000111111101101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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