#85D58B

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

Shades of De York #85D58B

Tints of De York #85D58B

Color information

#85D58B (or 0x85D58B) is unknown color: approx De York. HEX triplet: 85, D5 and 8B. RGB value is (133,213,139). Sum of RGB (Red+Green+Blue) = 133+213+139=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #85D58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D58B is #7A2A74. Grayscale: #B4B4B4. Windows color (decimal): -8006261 or 9164165. OLE color: 9164165.

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

Color convert

RGB133213139-
CMYK0.3800.350.16
HSL124.5º48.78%67.84%-
HSV(B)124.5º37.56%83.53%-
XYZ38.1354.4432.92-
YUV180.64104.594.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.42%
GREEN value IS 213 (83.59% from 255) = 43.92%
BLUE value IS 139 (54.69% from 255) = 28.66%
R=27.42%
G=43.92%
B=28.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332131390.3800.350.16124.548.7867.84
Hex85D58B26023107c3144
Octal205325213460432017461104
Binary10000101110101011000101110011001000111000011111001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,213,139); }

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

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

 a { background-color: rgb(133,213,139); }

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

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

 span { border-color: rgb(133,213,139); }

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