#85C37A

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

Shades of De York #85C37A

Tints of De York #85C37A

Color information

#85C37A (or 0x85C37A) is unknown color: approx De York. HEX triplet: 85, C3 and 7A. RGB value is (133,195,122). Sum of RGB (Red+Green+Blue) = 133+195+122=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #85C37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C37A is #7A3C85. Grayscale: #A8A8A8. Windows color (decimal): -8010886 or 8045445. OLE color: 8045445.

HSL color Cylindrical-coordinate representation of color #85C37A: hue angle of 110.96º degrees, saturation: 0.38, 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 #85C37A is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB133195122-
CMYK0.3200.370.24
HSL110.96º37.82%62.16%-
HSV(B)110.96º37.44%76.47%-
XYZ32.745.4225.46-
YUV168.14101.96102.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.56%
GREEN value IS 195 (76.56% from 255) = 43.33%
BLUE value IS 122 (48.05% from 255) = 27.11%
R=29.56%
G=43.33%
B=27.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331951220.3200.370.24110.9637.8262.16
Hex85C37A20025186f263e
Octal20530317240045301574676
Binary100001011100001111110101000000100101110001101111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,195,122); }

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

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

 a { background-color: rgb(133,195,122); }

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

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

 span { border-color: rgb(133,195,122); }

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