#85D789

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

Shades of De York #85D789

Tints of De York #85D789

Color information

#85D789 (or 0x85D789) is unknown color: approx De York. HEX triplet: 85, D7 and 89. RGB value is (133,215,137). Sum of RGB (Red+Green+Blue) = 133+215+137=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #85D789 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D789 is #7A2876. Grayscale: #B5B5B5. Windows color (decimal): -8005751 or 9033605. OLE color: 9033605.

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

Color convert

RGB133215137-
CMYK0.3800.360.16
HSL122.93º50.62%68.24%-
HSV(B)122.93º38.14%84.31%-
XYZ38.4955.3932.33-
YUV181.59102.8393.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.42%
GREEN value IS 215 (84.38% from 255) = 44.33%
BLUE value IS 137 (53.91% from 255) = 28.25%
R=27.42%
G=44.33%
B=28.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332151370.3800.360.16122.9350.6268.24
Hex85D78926024107b3344
Octal205327211460442017363104
Binary10000101110101111000100110011001001001000011110111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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