#85C27B

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

Shades of De York #85C27B

Tints of De York #85C27B

Color information

#85C27B (or 0x85C27B) is unknown color: approx De York. HEX triplet: 85, C2 and 7B. RGB value is (133,194,123). Sum of RGB (Red+Green+Blue) = 133+194+123=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #85C27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C27B is #7A3D84. Grayscale: #A7A7A7. Windows color (decimal): -8011141 or 8110725. OLE color: 8110725.

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

Color convert

RGB133194123-
CMYK0.3100.370.24
HSL111.55º36.79%62.16%-
HSV(B)111.55º36.6%76.08%-
XYZ32.544525.71-
YUV167.67102.79103.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.56%
GREEN value IS 194 (76.17% from 255) = 43.11%
BLUE value IS 123 (48.44% from 255) = 27.33%
R=29.56%
G=43.11%
B=27.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331941230.3100.370.24111.5536.7962.16
Hex85C27B1F0251870253e
Octal20530217337045301604576
Binary10000101110000101111011111110100101110001110000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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