#85D795

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

Shades of De York #85D795

Tints of De York #85D795

Color information

#85D795 (or 0x85D795) is unknown color: approx De York. HEX triplet: 85, D7 and 95. RGB value is (133,215,149). Sum of RGB (Red+Green+Blue) = 133+215+149=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #85D795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D795 is #7A286A. Grayscale: #B7B7B7. Windows color (decimal): -8005739 or 9820037. OLE color: 9820037.

HSL color Cylindrical-coordinate representation of color #85D795: hue angle of 131.71º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D795 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB133215149-
CMYK0.3800.310.16
HSL131.71º50.62%68.24%-
HSV(B)131.71º38.14%84.31%-
XYZ39.455.7637.12-
YUV182.96108.8392.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.76%
GREEN value IS 215 (84.38% from 255) = 43.26%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=26.76%
G=43.26%
B=29.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332151490.3800.310.16131.7150.6268.24
Hex85D7952601F10843344
Octal205327225460372020463104
Binary10000101110101111001010110011001111110000100001001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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