#85D995

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

Shades of De York #85D995

Tints of De York #85D995

Color information

#85D995 (or 0x85D995) is unknown color: approx De York. HEX triplet: 85, D9 and 95. RGB value is (133,217,149). Sum of RGB (Red+Green+Blue) = 133+217+149=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #85D995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D995 is #7A266A. Grayscale: #B8B8B8. Windows color (decimal): -8005227 or 9820549. OLE color: 9820549.

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

Color convert

RGB133217149-
CMYK0.3900.310.15
HSL131.43º52.5%68.63%-
HSV(B)131.43º38.71%85.1%-
XYZ39.9156.7837.29-
YUV184.13108.1791.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.65%
GREEN value IS 217 (85.16% from 255) = 43.49%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=26.65%
G=43.49%
B=29.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332171490.3900.310.15131.4352.568.63
Hex85D9952701FF833445
Octal205331225470371720364105
Binary1000010111011001100101011001110111111111100000111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,217,149); }

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

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

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

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

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

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

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