#85D694

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

Shades of De York #85D694

Tints of De York #85D694

Color information

#85D694 (or 0x85D694) is unknown color: approx De York. HEX triplet: 85, D6 and 94. RGB value is (133,214,148). Sum of RGB (Red+Green+Blue) = 133+214+148=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #85D694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D694 is #7A296B. Grayscale: #B6B6B6. Windows color (decimal): -8005996 or 9754245. OLE color: 9754245.

HSL color Cylindrical-coordinate representation of color #85D694: hue angle of 131.11º degrees, saturation: 0.5, 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 #85D694 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB133214148-
CMYK0.3800.310.16
HSL131.11º49.69%68.04%-
HSV(B)131.11º37.85%83.92%-
XYZ39.0655.2236.62-
YUV182.26108.6692.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.87%
GREEN value IS 214 (83.98% from 255) = 43.23%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=26.87%
G=43.23%
B=29.90%

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
Decimal1332141480.3800.310.16131.1149.6968.04
Hex85D6942601F10833244
Octal205326224460372020362104
Binary10000101110101101001010010011001111110000100000111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,214,148); }

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

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

 a { background-color: rgb(133,214,148); }

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

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

 span { border-color: rgb(133,214,148); }

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