#85DC85

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

Shades of De York #85DC85

Tints of De York #85DC85

Color information

#85DC85 (or 0x85DC85) is unknown color: approx De York. HEX triplet: 85, DC and 85. RGB value is (133,220,133). Sum of RGB (Red+Green+Blue) = 133+220+133=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC85 is #7A237A. Grayscale: #B8B8B8. Windows color (decimal): -8004475 or 8772741. OLE color: 8772741.

HSL color Cylindrical-coordinate representation of color #85DC85: hue angle of 120º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DC85 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB133220133-
CMYK0.4000.400.14
HSL120º55.41%69.22%-
HSV(B)120º39.55%86.27%-
XYZ39.557.8731.28-
YUV184.0799.1891.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.37%
GREEN value IS 220 (86.33% from 255) = 45.27%
BLUE value IS 133 (52.34% from 255) = 27.37%
R=27.37%
G=45.27%
B=27.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332201330.4000.400.1412055.4169.22
Hex85DC8528028E783745
Octal205334205500501617067105
Binary1000010111011100100001011010000101000111011110001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,220,133); }

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

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

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

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

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

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

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