#85C27C

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

Shades of De York #85C27C

Tints of De York #85C27C

Color information

#85C27C (or 0x85C27C) is unknown color: approx De York. HEX triplet: 85, C2 and 7C. RGB value is (133,194,124). Sum of RGB (Red+Green+Blue) = 133+194+124=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 194 - color contains mainly: green. Hex color #85C27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C27C is #7A3D83. Grayscale: #A8A8A8. Windows color (decimal): -8011140 or 8176261. OLE color: 8176261.

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

Color convert

RGB133194124-
CMYK0.3100.360.24
HSL112.29º36.46%62.35%-
HSV(B)112.29º36.08%76.08%-
XYZ32.645.0326.04-
YUV167.78103.29103.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.49%
GREEN value IS 194 (76.17% from 255) = 43.02%
BLUE value IS 124 (48.83% from 255) = 27.49%
R=29.49%
G=43.02%
B=27.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331941240.3100.360.24112.2936.4662.35
Hex85C27C1F0241870243e
Octal20530217437044301604476
Binary10000101110000101111100111110100100110001110000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,194,124); }

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

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

 a { background-color: rgb(133,194,124); }

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

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

 span { border-color: rgb(133,194,124); }

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