#85C17E

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

Shades of De York #85C17E

Tints of De York #85C17E

Color information

#85C17E (or 0x85C17E) is unknown color: approx De York. HEX triplet: 85, C1 and 7E. RGB value is (133,193,126). Sum of RGB (Red+Green+Blue) = 133+193+126=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #85C17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C17E is #7A3E81. Grayscale: #A7A7A7. Windows color (decimal): -8011394 or 8307077. OLE color: 8307077.

HSL color Cylindrical-coordinate representation of color #85C17E: hue angle of 113.73º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85C17E is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB133193126-
CMYK0.3100.350.24
HSL113.73º35.08%62.55%-
HSV(B)113.73º34.72%75.69%-
XYZ32.5144.6326.64-
YUV167.42104.62103.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.42%
GREEN value IS 193 (75.78% from 255) = 42.70%
BLUE value IS 126 (49.61% from 255) = 27.88%
R=29.42%
G=42.70%
B=27.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331931260.3100.350.24113.7335.0862.55
Hex85C17E1F0231872233f
Octal20530117637043301624377
Binary10000101110000011111110111110100011110001110010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,193,126); }

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

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

 a { background-color: rgb(133,193,126); }

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

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

 span { border-color: rgb(133,193,126); }

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