#85D88A

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

Shades of De York #85D88A

Tints of De York #85D88A

Color information

#85D88A (or 0x85D88A) is unknown color: approx De York. HEX triplet: 85, D8 and 8A. RGB value is (133,216,138). Sum of RGB (Red+Green+Blue) = 133+216+138=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #85D88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D88A is #7A2775. Grayscale: #B6B6B6. Windows color (decimal): -8005494 or 9099397. OLE color: 9099397.

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

Color convert

RGB133216138-
CMYK0.3800.360.15
HSL123.61º51.55%68.43%-
HSV(B)123.61º38.43%84.71%-
XYZ38.8255.9332.8-
YUV182.2910392.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.31%
GREEN value IS 216 (84.77% from 255) = 44.35%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=27.31%
G=44.35%
B=28.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332161380.3800.360.15123.6151.5568.43
Hex85D88A26024F7c3444
Octal205330212460441717464104
Binary1000010111011000100010101001100100100111111111001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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