#85DD8A

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

Shades of De York #85DD8A

Tints of De York #85DD8A

Color information

#85DD8A (or 0x85DD8A) is unknown color: approx De York. HEX triplet: 85, DD and 8A. RGB value is (133,221,138). Sum of RGB (Red+Green+Blue) = 133+221+138=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD8A is #7A2275. Grayscale: #B9B9B9. Windows color (decimal): -8004214 or 9100677. OLE color: 9100677.

HSL color Cylindrical-coordinate representation of color #85DD8A: hue angle of 123.41º 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 #85DD8A is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB133221138-
CMYK0.4000.380.13
HSL123.41º56.41%69.41%-
HSV(B)123.41º39.82%86.67%-
XYZ40.1258.5333.23-
YUV185.23101.3590.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.03%
GREEN value IS 221 (86.72% from 255) = 44.92%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=27.03%
G=44.92%
B=28.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332211380.4000.380.13123.4156.4169.41
Hex85DD8A28026D7b3845
Octal205335212500461517370105
Binary1000010111011101100010101010000100110110111110111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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