#85CD84

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

Shades of De York #85CD84

Tints of De York #85CD84

Color information

#85CD84 (or 0x85CD84) is unknown color: approx De York. HEX triplet: 85, CD and 84. RGB value is (133,205,132). Sum of RGB (Red+Green+Blue) = 133+205+132=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CD84 is #7A327B. Grayscale: #AFAFAF. Windows color (decimal): -8008316 or 8703365. OLE color: 8703365.

HSL color Cylindrical-coordinate representation of color #85CD84: hue angle of 119.18º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CD84 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB133205132-
CMYK0.3500.360.20
HSL119.18º42.2%66.08%-
HSV(B)119.18º35.61%80.39%-
XYZ35.6750.3229.66-
YUV175.15103.6597.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.30%
GREEN value IS 205 (80.47% from 255) = 43.62%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=28.30%
G=43.62%
B=28.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332051320.3500.360.20119.1842.266.08
Hex85CD842302414772a42
Octal205315204430442416752102
Binary10000101110011011000010010001101001001010011101111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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