#85DD8D

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

Shades of De York #85DD8D

Tints of De York #85DD8D

Color information

#85DD8D (or 0x85DD8D) is unknown color: approx De York. HEX triplet: 85, DD and 8D. RGB value is (133,221,141). Sum of RGB (Red+Green+Blue) = 133+221+141=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD8D is #7A2272. Grayscale: #B9B9B9. Windows color (decimal): -8004211 or 9297285. OLE color: 9297285.

HSL color Cylindrical-coordinate representation of color #85DD8D: hue angle of 125.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DD8D is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB133221141-
CMYK0.4000.360.13
HSL125.45º56.41%69.41%-
HSV(B)125.45º39.82%86.67%-
XYZ40.3458.6234.39-
YUV185.57102.8590.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.87%
GREEN value IS 221 (86.72% from 255) = 44.65%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=26.87%
G=44.65%
B=28.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332211410.4000.360.13125.4556.4169.41
Hex85DD8D28024D7d3845
Octal205335215500441517570105
Binary1000010111011101100011011010000100100110111111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,221,141); }

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

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

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

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

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

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

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